Skip to content

Google Drive

The Google Drive nodes allow you to manage files in Google Drive -- list, download, upload, and delete files and folders.

Every Google Drive node requires a Google Drive connection.

Available Nodes

NodeDescription
List FilesList files and folders with optional filtering by type, folder, or search query
DownloadDownload a file from Google Drive, with optional parsing (CSV, JSON)
UploadUpload content as a file to Google Drive
DeleteDelete or trash a file in Google Drive

Common Patterns

List and Download

  1. Google Drive List to find files matching a query or in a specific folder
  2. Google Drive Download to download each file, using the id from the list output

Transform and Upload

  1. Process data with Transform, HTTP Request, or database nodes
  2. Google Drive Upload to save the results as a CSV or JSON file in Drive

Cleanup

  1. Google Drive List to find old or processed files
  2. Google Drive Delete to move them to trash (or permanently delete)