drive_export_file
Export a Google Doc, Sheet, or Slides to PDF, DOCX, CSV, or PPTX and save to a local path.
Instructions
Export a Google Workspace file (Doc, Sheet, Slides) to a different format (PDF, DOCX, CSV, PPTX, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The ID of the Google Workspace file to export | |
| mimeType | Yes | Target MIME type: application/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/csv, application/vnd.openxmlformats-officedocument.presentationml.presentation, etc. | |
| localPath | Yes | Absolute local path to save the exported file |