Copy Files from SharePoint Online using Azure Data Factory and Microsoft Graph API

115 Views Asked by At

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.

1

There are 1 best solutions below

0
RaytheonXie-MSFT On

To copy a file from SharePoint using Microsoft Graph, you can use the Graph API's GET /sites/{site-id}/drive/items/{item-id}/content endpoint.