drive_files_export
Export Google Workspace files (Docs, Sheets, Slides) to formats like PDF, DOCX, or CSV by specifying file ID and desired MIME type.
Instructions
Export a Google Workspace file (Doc, Sheet, Slide) to a specific format. Returns JSON with export metadata. Use drive_files_download for automatic export with content returned inline.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The Google Workspace file ID to export | |
| mimeType | Yes | Export format: text/plain, text/csv, application/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document (docx), application/vnd.openxmlformats-officedocument.spreadsheetml.sheet (xlsx) |