Download multiple files from google drive

Guys,

Good day!

Need help on how to download multiple files in Google Drive. I can download single file already.
please provide the workflow.

thanks…

Hi @Henson_Ibon

Use UiPath.GSuite.Activities

Hi @Henson_Ibon ,
(https://docs.uipath.com/activities/other/latest/productivity/about-google-gsuite-activities)
hope it help

thanks for the replies but, I know already how to download a single file from google drive. now I want to know how to download multiple files. like how to step up for each loop to download the files.

Hi.

  1. used gsuite activties
    2.Find and files activities
    3.Use Foreach to loop thru the files
    4.Use donwload activities.

Example :

@Henson_Ibon

Check out this activity For Each File/Folder: https://docs.uipath.com/activities/other/latest/productivity/google-workspace-drive-for-each-file-folder-connections

It allows you to loop through each file in the target folder. Inside the loop, you can use the individual Download File activity: https://docs.uipath.com/activities/other/latest/productivity/google-workspace-drive-download-file-connections

Hope this helps!

where can i find this activity? i cant find it in my UiPath

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