drive_files_copy
Copy a Google Drive file and optionally convert its format, such as from markdown to a Google Doc.
Instructions
Copy a file. Useful for converting formats (e.g. markdown to Google Doc).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the copy | |
| fields | No | Fields to return | |
| fileId | Yes | Source file ID to copy | |
| parents | No | Parent folder IDs (JSON array as string) | |
| mimeType | No | Target MIME type for conversion |