Skip to content

Download From GoogleDrive

Description

The Download From Google Drive activity enables automated file retrieval from a connected Google Drive account.
It allows users to download files from any folder or shared drive by applying optional filename filters using regular expressions.

This activity is useful in workflows where you regularly receive reports, templates, or configuration files via Google Drive and need to integrate them into automated processes.

Use case: A finance team drops weekly sales reports into a shared Google Drive folder. This activity can pull the latest .xlsx files each Monday for automated analysis.


Input

Not Applicable


Output

Output TypeFormatDescription
FilesBinaryThe actual files retrieved from the drive
DataJSONContains information such as file name, size, and download link

Configuration Fields

Field NameRequiredDescription
ConnectionYesGoogle Drive connection credentials including OAuth or service account access.
RegexNoA regular expression to filter files by filename or extension (e.g., .*\.csv$).
Working DirectoryNoTarget directory where the downloaded files will be saved. Can be local or remote depending on the environment.

Sample Input

Not Applicable


Sample Configuration

FieldValue
ConnectionGoogleDrive - Finance
Regex.*\.xlsx$
Working Directory/data/google-drive/weekly-reports

Sample Output

Below is a typical result after downloading files from Google Drive:

File NameSizeStatusDownload Link
weekly_report_2025_07.xlsx1.2MBDownloaded[Download]
summary_july_10.xlsx2.3MBDownloaded[Download]