question

Nieck-4588 avatar image
0 Votes"
Nieck-4588 asked

MS Graph API OneDrive 403 error

Hey,

When I connect to Graph and want to read my own OneDrive data with "https://graph.microsoft.com/v1.0/me/drive/root/children" everything works fine. When I try to do this for another user with "https://graph.microsoft.com/v1.0/users('f5774033-e2fd-4ae4-8e11-123456789')/drive/root/children" I get a 403 error.
The user in particular has an E3 license.

90713-image.png

As far as I can estimate, I do have the correct rights:
90693-image.png


Does anyone see what I'm doing wrong?



I checked this website, but this does not give me the correct answer:
https://docs.microsoft.com/en-us/graph/resolve-auth-errors

microsoft-graph-sdk
image.png (22.5 KiB)
image.png (48.5 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers