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.