Create Drive Folder
create_drive_folderCreate a folder in Google Drive, including shared drives. Provide a folder name and optional parent folder ID.
Instructions
Creates a new folder in Google Drive, supporting creation within shared drives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | No | The user's Google email address. Required. | user@gmail.com |
| folder_name | Yes | The name for the new folder. | |
| parent_folder_id | No | The ID of the parent folder. Defaults to 'root'. For shared drives, use a folder ID within that shared drive. | root |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |