Create/upload Drive file
google_drive_uploadCreate a file in Google Drive with a given name, MIME type, and optional text content. Optionally set a parent folder.
Instructions
Create a file in Drive, optionally with text content (blank Google-native file if omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | File name. | |
| account | No | Account nickname to use. | |
| content | No | Text content to upload. | |
| mimeType | Yes | MIME type (e.g. text/plain, application/vnd.google-apps.document). | |
| parentFolderId | No | Parent folder ID. |