I want to access data from local files. I am waiting for permission from my university to access one drive and sharepoint. Can anyone provide guidance on how I can use the get file/folder without having access to one drive and sharepoint?
Hey @aduffey,
You can use System activities like Directory.GetFiles or Directory.GetDirectories to fetch files and folders from local paths. UiPath provides File and Folder activities under the System package for local file handling. These activities work without OneDrive or SharePoint access.
You can also check:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.