How to retrieve files from sharepoint or google drive in UI path

Hi Team,

Am retrieving files from local folder as of now,
Can anyone please help me how to retrieve files from sharepoint or google drive in UI path.

Regards,
Yuvarani D

1 Like

@ydhanabalan

download microsoft office365 activities from manage packages

for google drive

cheers

First download this package from manage packages to access files from share point

Then using the download file activity, you can download the file to your local system and upload file activity to upload a file to onedrive

You can use the below sequence to download a file from onedrive :-
Main.xaml (11.6 KB)

Here sourcePath is the folder in drive you are searching in and fileName is the file you want to download, destinationPath is where you are downloading the file

1 Like

Hi @ydhanabalan ,

You would require two different Packages to be installed for each :
image

image

1 Like

Is there any way to directly fetch the files from sharepoint to UI path for files scanning purpose instead of downloading it to local and fetching?

@ydhanabalan

get file/folder activity for sharepoint to get the files instead of download

cheers

1 Like

thank you, that worked

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.