Integration reference
Google Drive Trigger and Action reference
React to files, folders, comments, spreadsheets, presentations, shared drives, and access proposals, then manage Drive content.
Authentication
Connect a Google account through OAuth with access to the selected My Drive or shared-drive resources.
- Trigger account type:
oauth2; reconnect byoauth. - Action connection type:
oauth2; available modes: Connected Google Drive account.
Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.
Scopes and permissions
Base Trigger authorization requests: openid, email, profile, https://www.googleapis.com/auth/drive.readonly.
View 1 OAuth scopes used by current Actions
https://www.googleapis.com/auth/drive
View 1 provider permissions or credential requirements
https://www.googleapis.com/auth/drive
Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.
Use Google Drive as a Trigger
The current provider manifest contains 18 available Trigger definitions. Representative definitions include:
- New Files (Instant)
- New Files (Polling)
- New or Modified Files
- Changes to Specific Files
- New Shared Drive
- New Access Proposal
View all 18 available Trigger definitions
| Trigger | Manifest key | Delivery | Additional scopes |
|---|---|---|---|
| New or Modified Folders (Polling) | google_drive.new_or_modified_folders.polling | polling | None declared |
| New Shared Drive | google_drive.new_shared_drive.polling | polling | None declared |
| New Spreadsheet (Instant) | google_drive.new_spreadsheet.instant | instant | None declared |
| New Spreadsheet (Polling) | google_drive.new_spreadsheet.polling | polling | None declared |
| New Presentation (Instant) | google_drive.new_presentation.instant | instant | None declared |
| New Presentation (Polling) | google_drive.new_presentation.polling | polling | None declared |
| Changes to Files in Drive | google_drive.changes_to_files_in_drive.polling | polling | None declared |
| Changes to Specific Files | google_drive.changes_to_specific_files.polling | polling | None declared |
| Changes to Specific Files (Shared Drive) | google_drive.changes_to_specific_files_shared_drive.polling | polling | None declared |
| New Access Proposal | google_drive.new_access_proposal.polling | polling | None declared |
| New Files (Instant) | google_drive.new_files.instant | instant | None declared |
| New Files (Polling) | google_drive.new_files.polling | polling | None declared |
| New Files (Shared Drive) | google_drive.new_files_shared_drive.polling | polling | None declared |
| New or Modified Comments (Instant) | google_drive.new_or_modified_comments.instant | instant | None declared |
| New or Modified Comments (Polling) | google_drive.new_or_modified_comments.polling | polling | None declared |
| New or Modified Files (Instant) | google_drive.new_or_modified_files.instant | instant | None declared |
| New or Modified Files (Polling) | google_drive.new_or_modified_files.polling | polling | None declared |
| New or Modified Folders (Instant) | google_drive.new_or_modified_folders.instant | instant | None declared |
Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.
Use Google Drive Actions
The current Action manifest contains 81 operations. Representative Actions include:
- Upload File
- Find or Create Folder
- Create Text File
- Create Folder
- Copy File
- Move File
- Share File
- Move File to Trash
View all 81 available Action definitions
| Action | Manifest key | Access and auth | Manifest rate limit |
|---|---|---|---|
| Upload File | google_drive.upload_file | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Create Text File | google_drive.create_text_file | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Find or Create Folder | google_drive.find_or_create_folder | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Create Folder | google_drive.create_folder | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Find File | google_drive.find_file | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List Files in Folder | google_drive.list_files_in_folder | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Download File | google_drive.download_file | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Export Google Doc | google_drive.export_google_doc | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Copy File | google_drive.copy_file | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Move File | google_drive.move_file | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Rename or Update File | google_drive.update_file | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Share File | google_drive.share_file | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Move File to Trash | google_drive.trash_file | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Restore from Trash | google_drive.restore_file | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Remove Permission | google_drive.remove_permission | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Create Comment | google_drive.create_comment | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Access Proposal | google_drive.api_accessproposals_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Resolve Access Proposal | google_drive.api_accessproposals_resolve | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List Access Proposal | google_drive.api_accessproposals_list | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Watch Change | google_drive.api_changes_watch | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Start Page Token for Change | google_drive.api_changes_get_start_page_token | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List Change | google_drive.api_changes_list | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Stop Notification Channel | google_drive.api_channels_stop | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Revision | google_drive.api_revisions_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Delete Revision | google_drive.api_revisions_delete | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Update Revision | google_drive.api_revisions_update | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List Revision | google_drive.api_revisions_list | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Modify Labels on File | google_drive.api_files_modify_labels | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Watch File | google_drive.api_files_watch | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Empty Trash for File | google_drive.api_files_empty_trash | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Generate IDs for File | google_drive.api_files_generate_ids | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Delete File | google_drive.api_files_delete | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Update File | google_drive.api_files_update | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get File | google_drive.api_files_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Generate CSE Token for File | google_drive.api_files_generate_cse_token | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Copy File | google_drive.api_files_copy | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List File | google_drive.api_files_list | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| listLabels File | google_drive.api_files_list_labels | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Create File | google_drive.api_files_create | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Export File | google_drive.api_files_export | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Download File | google_drive.api_files_download | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Approve Approval | google_drive.api_approvals_approve | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Decline Approval | google_drive.api_approvals_decline | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Cancel Approval | google_drive.api_approvals_cancel | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Approval | google_drive.api_approvals_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Start Approval | google_drive.api_approvals_start | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Reassign Approval | google_drive.api_approvals_reassign | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List Approval | google_drive.api_approvals_list | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Comment on Approval | google_drive.api_approvals_comment | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Create Comment | google_drive.api_comments_create | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Delete Comment | google_drive.api_comments_delete | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Update Comment | google_drive.api_comments_update | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List Comment | google_drive.api_comments_list | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Comment | google_drive.api_comments_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Drive App | google_drive.api_apps_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List Drive App | google_drive.api_apps_list | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Drive Information | google_drive.api_about_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Create Permission | google_drive.api_permissions_create | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Delete Permission | google_drive.api_permissions_delete | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List Permission | google_drive.api_permissions_list | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Permission | google_drive.api_permissions_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Update Permission | google_drive.api_permissions_update | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Unhide Shared Drive | google_drive.api_drives_unhide | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Create Shared Drive | google_drive.api_drives_create | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Shared Drive | google_drive.api_drives_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Delete Shared Drive | google_drive.api_drives_delete | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Update Shared Drive | google_drive.api_drives_update | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List Shared Drive | google_drive.api_drives_list | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Hide Shared Drive | google_drive.api_drives_hide | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Long-running Operation | google_drive.api_operations_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Comment Reply | google_drive.api_replies_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Delete Comment Reply | google_drive.api_replies_delete | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Update Comment Reply | google_drive.api_replies_update | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List Comment Reply | google_drive.api_replies_list | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Create Comment Reply | google_drive.api_replies_create | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Create Team Drive (Legacy) | google_drive.api_teamdrives_create | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Get Team Drive (Legacy) | google_drive.api_teamdrives_get | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Delete Team Drive (Legacy) | google_drive.api_teamdrives_delete | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Update Team Drive (Legacy) | google_drive.api_teamdrives_update | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| List Team Drive (Legacy) | google_drive.api_teamdrives_list | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
| Custom API Request | google_drive.custom_api_request | https://www.googleapis.com/auth/driveFastHook-managed account | 1/second |
The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.
Build a Workflow
- Create a Source using a Google Drive Trigger definition.
- Create a Workflow with that Source as its Trigger.
- Add the required Google Drive Action and select the connected account.
- Map Trigger or earlier-Step data into the Action fields with the field picker.
- Add a Filter, Paths, Delay, or Transformation when the route needs it.
- Activate the Workflow, produce a controlled event, and verify the run in Audit and in Google Drive.
Troubleshooting Google Drive
- The account is missing or cannot be selected
- Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
- A resource picker is empty
- Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
- The editor asks for additional scopes
- Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
- An active Workflow returns 401, 403, or a permission error
- Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
- The provider returns 429 or a temporary 5xx
- Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.
Provider-specific checks
- Choose shared-drive variants when the resource does not live in My Drive.
- Instant notification channels and polling definitions have different latency and lifecycle behavior.