An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hi @Ivan Maria ,
I tested the endpoint in Graph explorer and can get expected values. Not sure if there is any change in Graph API.
Usually I would add the search query parameter in the end when getting empty values. And this would solve the issue. You could have a try, it may also work for you:
api("/sites/" + siteId + "/sites/" + webId + "/drives?search=*")
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.