CreateFolder
Creates a new directory within a user's Drive with optional parent folder assignment and metadata tagging.
Input
| Name | Type | Description |
| Name | String | Specifies the name of the new folder to be created in Google Drive. |
| Description | String | Provides additional details or context about the folder's contents or purpose. |
| Starred | Boolean | If the value is 'true', the folder will be marked as starred, making it easier to access in the user's Drive.
The default value is FALSE. |
| ParentIds | String | A comma-separated list of folder IDs, such as abc123, def456, ghi789, that will act as the parent directories for the new folder. |
Result Set Columns
| Name | Type | Description |
| Success | String | If the value is 'true', the folder was created successfully. If 'false', the operation failed. |
| Id | String | The unique identifier assigned to the newly created folder in Google Drive. |