I’m encountering an error when executing a UiPath automation to upload files to SharePoint:
Error UploadOneFile: Code: notAllowedMessage: This operation has been disabled by policy
When I upload the same file manually through SharePoint interface, it works fine.
The automation process is working but gets blocked during the upload task with this policy error.
What exactly does this error is there any way to troubleshoot this error. Can anyone share a detailed example or steps for connecting to sharepoint via API in UiPath.
How are you connecting to SP? using SP legacy package or O365 package? and what is the auth type? app id and secret or interactive token or any other auth?
have you registered your app on azure and provided api permissions(read/write)?
Could you please show us screenshot of your workflow?