drive_upload_file
Upload a local file to Google Drive. Supports any file type with optional custom name and folder.
Instructions
Upload a local file (binary or text) to Google Drive. Supports any file type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the file in Drive (defaults to local filename) | |
| mimeType | No | MIME type (auto-detected from extension if omitted) | |
| parentId | No | Parent folder ID (defaults to root) | |
| localPath | Yes | Absolute path to the local file to upload |