create_file
Create a new file in Google Drive by specifying name, MIME type, content, and optional parent folder and description.
Instructions
Create a new file in Google Drive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the file to create | |
| mimeType | Yes | MIME type of the file | |
| content | Yes | Content of the file | |
| parentId | No | ID of the parent folder | |
| description | No | Description of the file |