Skip to content

Google Drive Download

Download a file from Google Drive. For Google Workspace files (Docs, Sheets, Slides), exports to the specified format. Native files are downloaded as-is.

Requires a Google Drive connection.

Configuration

FieldDescriptionNotes
Google Drive ConnectionThe connection to useRequired
File IDThe Google Drive file IDRequired. Supports templates.
Export FormatExport format for Google Workspace filesOptions: Default, PDF, Word (.docx), Plain Text, CSV, Excel (.xlsx). Only applies to Google Docs/Sheets/Slides.
Parse FormatHow to parse the downloaded contentOptions: Raw (base64), CSV, JSON. Default: Raw.

Output

When Parse Format is Raw, the output contains:

FieldDescription
idThe file ID
nameThe file name
contentBase64-encoded file content
mimeTypeThe file's MIME type

When Parse Format is CSV, the output is an array of objects where each row is parsed into key-value pairs using the first row as headers.

When Parse Format is JSON, the output is the parsed JSON content.

Google Workspace Files

Google Workspace files (Docs, Sheets, Slides) cannot be downloaded directly -- they must be exported to a standard format. The Export Format field controls which format to use:

File TypeRecommended Export Formats
Google DocsPDF, Word (.docx), Plain Text
Google SheetsCSV, Excel (.xlsx)
Google SlidesPDF

TIP

When downloading Google Sheets as CSV with Parse Format set to CSV, the content is automatically parsed into structured data -- ready for processing by downstream nodes.