gdrive_create_folder
Create a new folder in Google Drive by specifying its name and optional parent folder ID to organize your files programmatically.
Instructions
Create a new folder in Google Drive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the new folder | |
| parentId | No | The ID of the parent folder where the new folder will be created. Defaults to 'root'. |