microsoft-graph-api

Error when adding rows to a sharepoint excel workbook table MaxRequestDurationExceeded

此生再无相见时 提交于 2020-12-15 00:44:53
问题 here is the full error { "error": { "code": "MaxRequestDurationExceeded", "message": "We're sorry. We couldn't finish what you asked us to do because it was taking too long.", "innerError": { "code": "gatewayTimeoutUncategorized", "message": "The service wasn't able to complete the request within the time limit.", "innerError": { "code": "MaxRequestDurationExceeded", "message": "We're sorry. We couldn't finish what you asked us to do because it was taking too long." }, "date": "2020-11-24T02

Error when adding rows to a sharepoint excel workbook table MaxRequestDurationExceeded

隐身守侯 提交于 2020-12-15 00:44:50
问题 here is the full error { "error": { "code": "MaxRequestDurationExceeded", "message": "We're sorry. We couldn't finish what you asked us to do because it was taking too long.", "innerError": { "code": "gatewayTimeoutUncategorized", "message": "The service wasn't able to complete the request within the time limit.", "innerError": { "code": "MaxRequestDurationExceeded", "message": "We're sorry. We couldn't finish what you asked us to do because it was taking too long." }, "date": "2020-11-24T02

Does Microsoft Graph API support change notifications with Azure AD B2C?

ぐ巨炮叔叔 提交于 2020-12-14 11:41:54
问题 I'm trying to get change notifications for users to work with my application connected to Azure AD B2C. I followed the following tutorial and the subscription is created successfully but I never get any change notification: https://docs.microsoft.com/en-us/learn/modules/msgraph-changenotifications-trackchanges/1-introduction After a bit of research I found some statements mentioning that B2C is not supported by Graph API: https://docs.microsoft.com/en-us/graph/webhooks#azure-ad-resource

Does Microsoft Graph API support change notifications with Azure AD B2C?

人盡茶涼 提交于 2020-12-14 11:39:54
问题 I'm trying to get change notifications for users to work with my application connected to Azure AD B2C. I followed the following tutorial and the subscription is created successfully but I never get any change notification: https://docs.microsoft.com/en-us/learn/modules/msgraph-changenotifications-trackchanges/1-introduction After a bit of research I found some statements mentioning that B2C is not supported by Graph API: https://docs.microsoft.com/en-us/graph/webhooks#azure-ad-resource

MS Teams apps added though the graph are sometimes deleted

萝らか妹 提交于 2020-12-13 03:11:10
问题 I have an issue concerning MS Teams when using the Graph API. This problem might be difficult to reproduce since it does not happen all the time. Basically, we have a test set up that uses a source team that has a couple of apps and creates a copy of that team. To do that with must add the same apps as the source team so we use: https://graph.microsoft.com/v1.0/teams/{id}/installedApps Right after the POST, which return a 201 Created which is successful if we look at the doc, we use the GET

Microsoft Graph Subscription API started returning HTTP 308 with no Location

不想你离开。 提交于 2020-12-12 18:18:24
问题 We have some production code that deletes an existing subscription in certain cases. We started getting a HTTP 308 response to certain DELETE requests but we can't identify why this is occurring or what the relevance of the 308 is. There doesn't seem to be any information on a 308 in the Graph Docs; HTTP specs indicates this is a permanent redirect. There is no location header provided. Our request is pretty simple: DELETE https://graph.microsoft.com/v1.0/subscriptions/c9ec8a0f-0c9d-492c-90a8

Microsoft Graph Subscription API started returning HTTP 308 with no Location

旧巷老猫 提交于 2020-12-12 18:09:38
问题 We have some production code that deletes an existing subscription in certain cases. We started getting a HTTP 308 response to certain DELETE requests but we can't identify why this is occurring or what the relevance of the 308 is. There doesn't seem to be any information on a 308 in the Graph Docs; HTTP specs indicates this is a permanent redirect. There is no location header provided. Our request is pretty simple: DELETE https://graph.microsoft.com/v1.0/subscriptions/c9ec8a0f-0c9d-492c-90a8

Microsoft Graph Subscription API started returning HTTP 308 with no Location

|▌冷眼眸甩不掉的悲伤 提交于 2020-12-12 18:09:34
问题 We have some production code that deletes an existing subscription in certain cases. We started getting a HTTP 308 response to certain DELETE requests but we can't identify why this is occurring or what the relevance of the 308 is. There doesn't seem to be any information on a 308 in the Graph Docs; HTTP specs indicates this is a permanent redirect. There is no location header provided. Our request is pretty simple: DELETE https://graph.microsoft.com/v1.0/subscriptions/c9ec8a0f-0c9d-492c-90a8

Microsoft Graph API Creating Event no longer returning conferenceId

假装没事ソ 提交于 2020-12-06 12:46:49
问题 We have been using the Graph API to create meetings in PHP using the Model\Event::class. It's been fine for many months. As part of the event packet we include onlineMeeting => true. This would return (as per the Graph API documentation) an onlineMeeting json section in the returned json response properties. This would include (as per the documentation here https://docs.microsoft.com/en-us/graph/api/resources/onlinemeetinginfo?view=graph-rest-1.0) various useful bits of information like the

Microsoft Graph API Creating Event no longer returning conferenceId

泪湿孤枕 提交于 2020-12-06 12:45:18
问题 We have been using the Graph API to create meetings in PHP using the Model\Event::class. It's been fine for many months. As part of the event packet we include onlineMeeting => true. This would return (as per the Graph API documentation) an onlineMeeting json section in the returned json response properties. This would include (as per the documentation here https://docs.microsoft.com/en-us/graph/api/resources/onlinemeetinginfo?view=graph-rest-1.0) various useful bits of information like the