Download multilple files from Drive

Hi Everyone

I want to download file from Google Drive without knowing name.But it should be only in .xlsx form. How can we do this?

Thanks

@mnk

You can try with Gsuite package

Try with UiPath.Gsuite.Activities

For more information of Gsuite check below link

Hope this help you

Thanks

Hi ,

The list of file names can be retrieved using the activity “Find Files and Folders” (https://docs.uipath.com/activities/docs/gsuite-find-files) with the SearchExpression as xlsx files . Then download the required fiels using download files(https://docs.uipath.com/activities/docs/gsuite-download-file).