Does anyone know how to use in ADF the Microsoft Graph API over the SharePoint API?
A lot of existing documentation, including the official ADF documentation, references to SharePoint v1 API, which is now legacy.
Cannot manage to figure it out whether I need an assigned managed identity or an application within the Microsoft identity platform. Also, I cannot figure it out how to combine the official ADF documentation referencing to
SharePoint v1 API
with the limited info on Microsoft Graph API.
To copy a file from SharePoint using Microsoft Graph, you can use the Graph API's
GET /sites/{site-id}/drive/items/{item-id}/contentendpoint.