
Google Workspace Export
CertifiedExport a Google Doc and download it
Google Workspace Export
Export a Google Doc and download it
Exports a Google Docs/Sheets/Slides file to another MIME type (e.g., DOCX, CSV, PPTX) and downloads it to Kestra storage. Uses supportsAllDrives; exported size is taken from the downloaded file because Google apps sizes are often null.
type: io.kestra.plugin.googleworkspace.drive.ExportExamples
id: googleworkspace_drive_export
namespace: company.team
tasks:
- id: export
type: io.kestra.plugin.googleworkspace.drive.Export
fileId: "1Dkd3W0OQo-wxz1rrORLP7YGSj6EBLEg74fiTdbJUIQE"
Properties
contentType *Requiredstring
Export MIME type
Target MIME type, e.g. text/csv, application/vnd.openxmlformats-officedocument.wordprocessingml.document
fileId *Requiredstring
File ID to export
Google Workspace file ID to export; supports Shared Drives
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
readTimeout integerstring
120The read timeout for the request (in seconds)
scopes array
["https://www.googleapis.com/auth/drive"]The GCP scopes to used
serviceAccount string
The GCP service account key
Outputs
file
Exported file metadata
io.kestra.plugin.googleworkspace.drive.models.File
date-timeuri string
uriKestra storage URI
kestra:// URI of the exported file
Metrics
size counter
countNumber of files returned by the list query