CreateFolder
Creates a folder in the user's Google Drive.
Input
Name | Type | Description |
Name | String | The title for the folder. |
Description | String | The description for the folder. |
Starred | Boolean | This parameter sets whether or not the resource is starred.
The default value is FALSE. |
ParentIds | String | The comma-separated Ids of the parent folders for the new folder. |
Result Set Columns
Name | Type | Description |
Success | String | This parameter sets whether the operation was successful or not. |
Id | String | The ID of the new folder. |