drive_upload_file
Upload files to Google Drive from authenticated Gmail accounts by specifying filename, MIME type, and base64-encoded content.
Instructions
Upload a file to Google Drive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Base64-encoded file content. | |
| Yes | The authenticated Google account. | ||
| filename | Yes | The name for the file in Drive. | |
| folderId | No | ID of the parent folder to upload into. Omit for root. | |
| mimeType | Yes | MIME type of the file (e.g. 'text/plain', 'application/pdf', 'image/png'). |