Get access to the file in MS SharePoint

Hi! I just don’t understand how to get access to the file in MS SharePoint)

I’ve made the app in Azure. Share all the files and folders to me.

But I still can’t get access. I’m using Microsoft Office 365 Activity

I’ve read all the documentation from UiPath and Microsoft that I could find.

Please help to connect UiPath to Sharepoint, I have already run out of ideas)

Hi Sergey, I have followed the video to create the API

https://www.youtube.com/watch?v=2yUWQwFYR0c

I used an interactive token and specify the tenant and application ID in microsoftOffice365 application scope for the API that was created before

image

For the file files and folders activity, you will need to specify the folder name / file name in query as well as the sharepoint URL (e.g. https://xxx.sharepoint.com/sites/xxxxx/). If not, it will search in your OneDrive.

image

Hope this helps!