Avatar of greenshoots
greenshoots

asked on 

Problem with getting OneDrive / Sharepoint info from Azure / Graph for App

Hi,

I try to get info from this endpoint
GET
https://graph.microsoft.com/v1.0/users/the-objectid-of-user/drive

Open in new window


It works in Graph Explorer,



but in my App it won't work.
I then get this error:

{
    "error": {
        "code": "itemNotFound",
        "message": "Item not found",
        "innerError": {
            "date": "hiding",
            "request-id": "hiding",
            "client-request-id": "hiding"
        }
    }
}

Open in new window


The API Permissions for the App is as follows:


For some months ago it worked, but it has suddenly stopped working.
Any idea what it can be?

* GraphAPIAzureOneDriveMicrosoft SharePoint

Avatar of undefined
Last Comment
greenshoots

8/22/2022 - Mon