User Profile
yname2480
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
MS Teams graph API stopped working
In our project we were using Microsoft graph teams chat and channel APIs. It was working earlier but it stopped working before a month. Now throwing exception related to subscription. On investigating I found that these are metered APIs and require subscription to be added. Now my doubt is how it was working earlier since last 1.5 years? Is the subscription and payment actually required? Exception: com.microsoft.graph.http.GraphServiceException: Error code: PaymentRequired Error message: To call this API, the app must be associated with an Azure subscription, seehttps://aka.ms/teams-api-payment-requirementsfor details. GEThttps://graph.microsoft.com/v1.0/users/0dt1863-601e-3269-bf4b-0sc9eh63b665/chats/microsoft •graph.getAllMessages?model=B&%24top=200 SdkVersion : graph-java/v5.17.0 402 : Payment Required _[Some information was truncated for brevity, enable debug logging for more details]1.1KViews0likes1CommentMS Teams graph API stopped working
In our project we were using Microsoft graph teams chat and channel APIs. It was working earlier but it stopped working before a month. Now throwing exception related to subscription. On investigating I found that these are metered APIs and require subscription to be added. Now my doubt is how it was working earlier since last 1.5 years? Is the subscription and payment actually required? Exception: com.microsoft.graph.http.GraphServiceException: Error code: PaymentRequired Error message: To call this API, the app must be associated with an Azure subscription, see https://aka.ms/teams-api-payment-requirements for details. GET https://graph.microsoft.com/v1.0/users/0dt1863-601e-3269-bf4b-0sc9eh63b665/chats/microsoft •graph.getAllMessages?model=B&%24top=200 SdkVersion : graph-java/v5.17.0 402 : Payment Required _[Some information was truncated for brevity, enable debug logging for more details]457Views0likes0CommentsMinimum permissions required for API call for getting subsites and getting role assignments
Hi, I am working on SharePoint, and I was using two APIs with OAuth2 authentication: 1.https://domain.sharepoint.com/sites/site001/_api/web/Webs 2.https://domain.sharepoint.com/sites/site001/_api/Web/Lists(guid'77b646d2-d1d5-45fa-a976-d6cf31a5a59f')/Items(1)?$expand=RoleAssignments/Member,RoleAssignments/RoleDefinitionBindings Previously there was full control permissions given to my app on Azure AD portal. But now I cannot use those permissions. I have to work with Read Only permissions. So, I want only the bare minimum permissions required to use these two APIs.819Views0likes2CommentsI am not able to see shared folder
User1 is sharing a folder to User2 with owner permissions. But User2 didn't received any mail related to that. On adding the username of User1 there is the msg that User2 does not have access permissions. I am using the steps given in this article. https://finance.uw.edu/recmgt/resources/sharing-outlook-folders1.3KViews0likes3CommentsHow to apply pagination on expanded field
API1: /getfolderbyserverrelativepath('/site/site_name/Shared%20Documents')?$expand=Files,Folders I want to apply pagination on files and folders. I know, I can use API2:/getbytitle('Document')/items which by default provides pagination but I want to use API1. Is it possible to apply pagination on expanded item?335Views0likes0CommentsWhen does we get 429 rate limits in sharepoint online
We are working on sharepoint and we are making various api calls for online version. We have gone through the documentations, and we come to know that sharepoint throws a rate limiting 429 status code if we cross 1200 api calls per minute. Now we are working on multithreads, but we have made sure that we are not crossing this limit by giving enough amount of sleep. We have cross verified the number of api calls when we get 429 codes. That comes out to be 600 to 700. Now we are not sure why we are getting this. Does it have some rate limiting at a smaller scale like n calls per second or something other rate limit. We have tried running in single threaded environment and we do not get any 429 statuses. So I am pretty sure we are missing some limiting but don't know what3KViews0likes1Comment
Groups
Recent Blog Articles
No content to show