CreateFolder
Create a new folder in your drive.
Input
Name | Type | Required | Description |
FolderName | String | True | Name of the folder to be created. |
RenameIfExists | String | False | Set this to 'true' when you want to rename the folder when another folder with the same name exists. |
ParentId | String | False | Id of the folder where you want the new folder to be created. |
DriveId | String | False | The Id of the drive the resource is located in if this is different from the currrent user drive. |
Result Set Columns
Name | Type | Description |
Id | String | Id of the Foler created. |