Skip to content

Google Drive Upload

Upload content as a file to Google Drive.

Requires a Google Drive connection.

Configuration

FieldDescriptionNotes
Google Drive ConnectionThe connection to useRequired
File NameThe name for the uploaded fileRequired. Supports templates.
Folder IDDestination folder IDSupports templates. Leave empty to upload to root.
Content SourceWhere the file content comes fromRequired. Options: From Field, JSON Serialize, CSV Serialize.
Content FieldThe field containing the contentShown when Content Source is "From Field". Supports templates.
MIME TypeMIME type of the uploaded contentExample: text/csv, application/json
Convert to Google FormatConvert to Google Docs/Sheets formatDefault: off. When enabled, uploaded CSV becomes a Google Sheet, etc.

Content Source Options

From Field

Extracts the content from a specific field in the upstream data. Use this when your data already contains the file content (e.g., from an HTTP Request or another Download node).

JSON Serialize

Serializes the upstream data items as a JSON file. Useful for exporting workflow data as a JSON backup.

CSV Serialize

Converts the upstream data items into CSV format. Each item becomes a row, with field names as column headers.

Output

FieldDescription
idThe new file's Google Drive ID
nameThe file name
webViewLinkLink to view the file in Google Drive

Streaming

When connected to upstream streaming nodes, the Upload node processes each item individually -- uploading one file per item. Use templates in the File Name field to give each upload a unique name.