Get File Info
Get the file info of specified file in google drive.
Get the details about the specified file in google drive and store the file object with file info into the variable.
Input
GSuite Connection :
GSuiteConnection Variable
A variable name that references the gsuite connection to access the gsuite resources.
File Id:
String Argument
The Id of the file to get info.
Output
File Info:
File Variable
The variable that stores the google file class object with file info of specified file id.
Last updated