Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,990 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Setting up logic app to move the files from sharepoint folder to Azure Blob storage using Graph API.
https://graph.microsoft.com/v1.0/sites/{site-id}/drive/root:/Documents/{folder}/{filename}:/content
when i use the above query, getting not found error. Could you please advise how to read the file content or move the file to storage using Graph API.
Thanks in advance.