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. |
| ParentIds | String | The unique identifier of the parent folder that will contain the new folder. If omitted, the new folder is created in the root directory. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | 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. |