drive_files_update
Update a Google Drive file's name, MIME type, or upload new content by providing the file ID and optional new values.
Instructions
Update a file's metadata or content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The file ID to update | |
| fields | No | Fields to return | |
| name | No | New file name | |
| mimeType | No | New MIME type | |
| uploadPath | No | Local file path to upload |