Create Folder
create_folderCreate a folder in Google Drive. Use this to organize files. The folder can be set as the default location for new files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Folder name | |
| parent_id | No | Parent folder ID. If omitted creates in Drive root. | |
| set_as_default | No | If true set this folder as the default for new ShareWatch files. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | link that opens the folder in Drive | |
| name | Yes | the folder's name as Drive recorded it | |
| folder_id | Yes | Drive ID of the new folder — use this as parent_id or folder_id in later calls | |
| parent_id | No | the folder it was created inside, absent if created at the Drive root | |
| is_default_folder | Yes | true if this folder is now the default destination for new files |