Create Folder
create new folder in drive
Create a new folder with a specified folder name. if it does not specify the parent folder it will be created to the root.
Input
GSuite Connection :
GSuiteConnection Variable
A variable name that references the gsuite connection to access the gsuite resources.
Folder Name :
String Argument
The name of the folder to be created.
Folder Description :
String Argument
The description of the folder to be created.
Parent Folder Id :
String Argument
The Id of the parent folder in which the folder is to be created.
Output
Folder Id :
String Variable
The variable that stores the id of the created folder.
Last updated