Copying the files from the Microsoft Teams channel to ADLS using ADF

Muralikrishna Pirla 216 Reputation points
2023-03-28T18:46:38.83+00:00

i am trying to copying the files from the Share point Teams folder to ADLS using ADF, however i am running into errors like . is it possible to do this using the ADF or is its permissions issue

{
    "errorCode": "2108",
    "message": "{\"odata.error\":{\"code\":\"-2147024891, System.UnauthorizedAccessException\",\"message\":{\"lang\":\"en-US\",\"value\":\"Attempted to perform an unauthorized operation.\"}}}",
    "failureType": "UserError",
    "target": "Web1",
    "details": []
}
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,362 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,526 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
    2023-04-03T10:03:13.1+00:00

    Hi Murali,

    Thank you for posting query in Microsoft Q&A Platform.

    From error message it seems, its access related error. Your requirement is basically to copy files from SharePoint folder. Kindly check below link for same and try same steps as explained there. https://techcommunity.microsoft.com/t5/azure-data-factory-blog/sharepoint-online-multiple-files-folder-copy-with-http-connector/ba-p/2480426

    Hope this helps. If not, please share your implementation details along with steps to understand better and try to repro and help.


    Please consider hitting Accept Answer button. Accepted answers help community as well.

    0 comments No comments