Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,750 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi I am using MSFT Graph API to download files from Sharepoint. I am using the delta API to only get the list of files updated since my last run.
It looks like if only the permissions for a file are updated, then the file is not included in the delta feed. Is this correct? If yes, what is the best to get the list of files whose permissions were updated since my last run?