upload_file
Upload files to Google Drive by specifying name, content, MIME type, and parent folder. Supports text or base64 binary, returning file ID and link for access.
Instructions
Upload a file to Google Drive.
Args: name: Filename content: File content (text or base64 for binary) mime_type: MIME type of the file parent_id: Parent folder ID is_base64: True if content is base64-encoded
Returns: Uploaded file with id and link
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| content | Yes | ||
| is_base64 | No | ||
| mime_type | No | text/plain | |
| parent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||