Last updated
Last updated
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.
GSuite Connection : A variable name that references the gsuite connection to access the gsuite resources.
Search Expression :
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 : The maximum count of files to be returned.
Google Files : The List variable that stores the search results.
First Result ID: The ID of the first file is to be found.
Search files and folders from google drive.