download dots
Google Drive Integration

Google Drive Integration

Updated 2026-03-04ยท5 min read
On this page (8)

Overview

The Google Drive integration allows you to streamline your workflow by seamlessly connecting your files and documents with tasks and projects.

๐Ÿ’ก Note: Want to upload files from your Google Drive? Check this guide.


Google Drive Automation

Set up Taskade to automatically sync and update your Google Drive files when specific triggers occur, such as project milestones or task completions.

๐Ÿ’ก Note: Visit our Automation Guide to learn more.


Google Drive Triggers

Trigger Description
New Folder Triggers when a new folder is created in a Google Drive.
New File Triggers when a new file is added to a Google Drive.


Google Drive Actions

Action Description
Trash File Moves a file to the trash in your drive.
Duplicate File Duplicates a file from Google Drive. Returns the ID of the new file.
Create new folder Creates a folder in your Google Drive.
Create new file Creates a new text file from input text.
Search Searches a Google Drive folder.
Move File Moves a file between folders.
Delete Permission Deletes a permission from a file/folder.
Add Permission Adds a permissions to a file/folder.
Delete File Permanently deletes a file.


Select a Shared Drive

You can automate Shared Drives you have access to:

  • Choose a Google Drive action or trigger.

  • Select a drive under Drive:

  • Choose My Drive to use your own Google Drive.

  • Choose a Shared Drives you have access to.

  • Choose a parent folder inside the shared drive.


Automation Settings

Connector options give you full control over the Google Drive automation:

๐Ÿท๏ธ Field ๐Ÿ”ค Description
(required) ID The ID of the file.
(required) NAME The name of the new file.
(optional) Parent Folder Select a folder to use as the parent folder.
(required) Folder Name The name of the new folder.
(required) File Name The name of the new file.
(required) Text The text content to be added to a file.
(required) Content Type The format of the new file.
(required) Query Term The type of the search query (file name/full text search/content type).
(required) Operator The search operator (contains/equals).
(required) Value Value of the search field.
(required) File Type The type of items you search for (all/files/folders).

Use Cases

Not sure how to use the Google Drive connector? Here are a few ideas:

๐Ÿช„ Use Case โฉ Action Flow
Client onboarding document setup โœ… Trigger: Task Added in โ€œClient Intakeโ€ project
โžก๏ธ Action: Create new folder /Clients/{ClientName}
โžก๏ธ Action: Duplicate File from /Templates/Client_Onboarding_Checklist.docx
Start campaign with base documents โœ… Trigger: Task Added with tag #Campaign
โžก๏ธ Action: Create new folder in /Campaigns/{TaskName}
โžก๏ธ Action: Branch based on detected tags
โžก๏ธ Action: Duplicate File from /Templates/Campaign_Brief_Template.docx
Archive final project report โœ… Trigger: Project Completed
โžก๏ธ Action: Search for file /Reports/Active/{ProjectName}_Final_Report.pdf
โžก๏ธ Action: Duplicate File into /Archives/
โžก๏ธ Action: Trash File (original report)
Distribute latest SOP to teams โœ… Trigger: New File in /SOP/Updates/Latest_SOP.pdf
โžก๏ธ Action: Search for department folders
โžก๏ธ Action: Duplicate File into each relevant /Departments/{Team}/SOPs/ (via loop or branch)
โžก๏ธ Optional: Trash File source
Weekly report generation โœ… Trigger: Schedule (every Monday at 9 AM)
โžก๏ธ Action: Find Task(s) in โ€œWeekly Trackerโ€ project
โžก๏ธ Action: Transform Array to String
โžก๏ธ Action: Generate with AI (optional summary)
โžก๏ธ Action: Create new file in /Reports/Weekly/

Use this integration as an AI agent tool โ€” see Tools for AI Agents.

Available Capabilities
Type Capability Description
โšก Trigger New File Fires when new file event occurs
โšก Trigger New Folder Fires when new folder event occurs
โšก Trigger New File in Folder Fires when new file in folder event occurs
โšก Trigger New Folder in Folder Fires when new folder in folder event occurs
๐Ÿ”ง Action Get File by ID Performs the get file by id operation
๐Ÿ”ง Action Find Files and Folders Performs the find files and folders operation
๐Ÿ”ง Action Create Folder Performs the create folder operation
๐Ÿ”ง Action Create Folder V2 Performs the create folder v2 operation
๐Ÿ”ง Action Move File Performs the move file operation
๐Ÿ”ง Action Create Text File Performs the create text file operation
๐Ÿ”ง Action Create File from URL Performs the create file from url operation
๐Ÿ”ง Action Upload File Performs the upload file operation
๐Ÿ”ง Action Read File Performs the read file operation
๐Ÿ”ง Action Create Shortcut Performs the create shortcut operation
๐Ÿ”ง Action Copy File Performs the copy file operation
๐Ÿ”ง Action Update File Name Performs the update file name operation
๐Ÿ”ง Action Delete File Performs the delete file operation
๐Ÿ”ง Action Trash File Performs the trash file operation