How to Fetch current files from Google drive

Hi Team,

How to fetch current files from google drive like we use CurrentFile to fetch the files from local folder

@ydhanabalan

You need to use gsuite activities

Gsuite apllication scope

You can use for each activity for the output of get files

Cheers

@ydhanabalan

There are two ways…both using gsuite activities

  1. Using classic activities where integration services is not needed and you can use other authentications…you can use find files and folders and get list of files and loop through them…then subsequently download and use them

https://docs.uipath.com/activities/other/latest/productivity/gsuite-find-files

  1. Using modern activities…where you haev for each file activity in gsuite this required integration services…again in loop you can download and use them as needed

https://docs.uipath.com/activities/other/latest/productivity/google-workspace-drive-for-each-file-folder-connections

For a detailed list of activities check this list…It also contains on how to authenticate and setup all the access

https://docs.uipath.com/activities/other/latest/productivity/about-google-gsuite-activities

Hope this helps

cheers

thank you , I will check and get back

1 Like

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