create_drive_folder
Create a new folder in Google Drive or within shared drives by specifying a name, parent folder, and user email.
Instructions
Creates a new folder in Google Drive, supporting creation within shared drives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address. Required. | |
| 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 |