Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,112 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello there, I'm trying to use msGraph to get the content of a recycle bin
I'm using a request like this using app permissions
so this request :
GET /storage/fileStorage/containers/{containerId}/recycleBin/items
On the {containerId} I put my driveId
I tried directly with a curl like request and with the latest version of the official java connector to msgraph.
Do anyone manages to make it work ?