I wish to download a file from SharePoint.
I do not have Integration Service.
What is required?
Do I need to be Automation Cloud?
Hey @john.rapsey
To download a file from Sharepoint without using Integration Service, you can use the UiPath.MicrosoftOffice365.Activities package, which allows file retrieval via Microsoft Graph API, but requires configuring permissions in Azure AD.
If that’s not an option, you can use UI automation, mimicking the manual process of downloading files from a browser.
Another alternative is syncing Sharepoint with a local file system, allowing you to access files as if they were stored locally.
Check below thread
Hey @john.rapsey these are the pre setup steps you have to do while working with Sharepoint
in the give screenshot i provide you the structure of the process you just need to pass the given details
for further details kindly refer to this videos
cheers
apart from integration services there are other authentication methods as well like client id and secret which is possible via app registration on azure
please check all supported methods here
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.