Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,529 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using graph explorer. I am attempting to get my calendar information using https://graph.microsoft.com/v1.0/me/calendar
.
I get this response:
{
"error": {
"code": "AuthenticationError",
"message": "Error authenticating with resource",
"innerError": {
"date": "2021-09-24T18:43:23",
"request-id": "c969e97f-df19-4394-8577-2f5b5304d40c",
"client-request-id": "5af3a5f5-1d19-1a7c-64d2-ccbab9d6a88e"
}
}
}
Thank you for reaching out.
Please check your subscription once. This could indicate that a subscription within the tenant has lapsed, or that the administrator for the tenant has disabled the application, preventing tokens from being issued for it which resulted in this error.
Hope this clarifies your doubt. Do upvote if you find my answer helpful.
Thanks.