Copy files from onedrive

Kumaresan K 31 Reputation points
2021-06-09T13:51:50.18+00:00

How to copy files from onedrive to ADLS/Blob using azure data factory

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,553 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,141 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,627 Reputation points Microsoft Employee
    2021-06-09T20:18:41.067+00:00

    Hi @Kumaresan K ,

    Welcome to Microsoft Q&A forum and thanks for reaching out.

    Unfortunately there is no out of box ADF connector to copy files directly from OneDrive.

    As a workaround you may give a try exploring ADF HTTP or REST connector to call OneDrive REST API available in Microsoft Graph API. and see if that helps.
    The implementation can be similar to this process - Copy file from SharePoint Online

    If you have any feedback regarding feature request for this requirement, I would suggest you to please share it in ADF user voice forum - https://feedback.azure.com/forums/270578-data-factory.
    All the feedback shared in this forum are actively monitored and reviewed by ADF engineering team. Also please do share the feedback link here once it is posted.

    Hope this info helps.

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.