no response for "/drives" #2614
Unanswered
MichaelRoger
asked this question in
Q&A
Replies: 1 comment 1 reply
-
i found out, that i also need the scope 'Sites.Read.All' which is against the documenation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
i am using React and TypeScript.
i implement the request via Msal2Provider.
i am requesting the following:
/sites//drives?$select=system,name,id
but the response always gives me an empty array.
when trying to request with graph-explorer it works.
i use the scopes ['openid', 'User.Read', 'Files.Read']
i also tried to access a drive directly and i got an "access denied", but it always works with the graph explorer.
any ideas?
Beta Was this translation helpful? Give feedback.
All reactions