drive_create_file
Create a new text file in Google Drive by providing name and content; optionally set a parent folder or custom MIME type.
Instructions
Create a new text file in Google Drive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the file to create | |
| content | Yes | Content of the file | |
| mimeType | No | MIME type of the file (default: 'text/plain') | |
| parentId | No | Parent folder ID (optional, defaults to root) |