create_drive_folder
Create a folder in the organization's connected Google Drive (at the root, or inside an accessible Drive folder) and optionally link it right away to a production folder so the creators' videos land in it. Folders created here stay writable by the app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Drive folder name | |
| link_to_folder | No | Production folder (id, name or full path) to link to the new Drive folder. Empty = just create. | |
| parent_drive_folder | No | Parent Drive folder (id or name from list_drive_folders). Empty = Drive root. |