Find Files And Folders

Search files and folders from google drive.

Search files in google drive with specified search expressions and store the list of files with their properties Id, size, and name into a variable.

Input

  • GSuite Connection : GSuiteConnection Variable A variable name that references the gsuite connection to access the gsuite resources.

  • Search Expression : String Argument The search query with one or more search clauses. search clauses contain a field, operator, and value part. for example name='SampleSpreadsheet' and name contains 'Sample'

  • Max Count : Object Argument The maximum count of files to be returned.

Output

Last updated