Hi Guys,
I've the requeriment to copy locally some files from a sharepoint 365 site each time they update o modify each one of them, so I'm using the gateway to have the local site online.
So, at this point I'm getting the following error when the flow executes.
Body:
{ "status": 403, "message": "403 FORBIDDEN\r\nclientRequestId: 379963a3-3ef2-4563-a434-85c1a7a413a4", "source": "xxxxxx.sharepoint.com", "errors": [] }
Hi spec_usr,
Are you trying to copy files from SharePoint library to your local PC using File system?
So I create a flow likes below to test this issue. When a file in SharePoint library is modified, it will be created in local.
The flow I created ran succeed.
From the error message it seems that you don’t have a permission to access the server. Please check the permission on your side.
If convenience, please provide a screenshot of your flow configuration. I will try to reproduce this issue on my side.
Best regards,
Mabel Mao