I created an Azure Logic App to move files from an external SharePoint site to Azure Data Storage. I have access to the root folder of this external site, but when I use the SharePoint connection to move files "when a file is created" on the external SP Site, I get the following error:
Error code: '401', Message: 'Unable to access the Folder in dataset https://traxtech.sharepoint.com/. Ensure that you have the right Permissions. clientRequestId: 26A9EDF0-8550-4602-B6D8-49C443688375 serviceRequestId: edc2819f-409c-2000-d7c9-e25b4bff2ae8'. Client request id: '26A9EDF0-8550-4602-B6D8-49C443688375'
I have successfully setup file movement logic apps for internal SharePoint sites with no issues. I do have access to this external SP Site at the root level so not sure why it does not allow me to find the SP folder?
Any assistance would be greatly appreciated!