Google Drive

Available Google Drive triggers for automating workflows

Google Drive provides 1 trigger for automating workflows based on events.

All triggers below are polling-based — they check for new data on a schedule rather than receiving push notifications.

Triggers

Google Drive File Trigger

Triggers when files are created, modified, or deleted in Google Drive

Configuration

ParameterTypeRequiredDescription
triggerCredentialsstringYesConnect your Google account to access Google Drive.
folderIdfile-selectorNoOptional: The folder to monitor. Leave empty to monitor all files in Drive.
manualFolderIdstringNoOptional: The folder ID from the Google Drive URL to monitor. Leave empty to monitor all files.
mimeTypeFilterstringNoOptional: Only trigger for specific file types.
eventTypeFilterstringNoOnly trigger for specific change types. Defaults to all changes.
includeSharedDrivesbooleanNoInclude files from shared (team) drives.

Output

ParameterTypeDescription
fileobjectfile output from the tool
idstringGoogle Drive file ID
namestringFile name
mimeTypestringFile MIME type
modifiedTimestringLast modified time (ISO)
createdTimestringFile creation time (ISO)
sizestringFile size in bytes
webViewLinkstringURL to view file in browser
parentsjsonParent folder IDs
lastModifyingUserjsonUser who last modified the file
sharedbooleanWhether file is shared
starredbooleanWhether file is starred
eventTypestringChange type: "created", "modified", or "deleted"
timestampstringEvent timestamp in ISO format

On this page