Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,539 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to call the following endpoint from within my app that sits inside office.com with a driveId
that I'm reciving from our backend service. However the call returns a 400 as attached in the image below.
I am not sure what is missing. Any help is appreciated.
`https://graph.microsoft.com/v1.0/me/drive/items/${driveId}/thumbnails`