Skip to content
Cloud & StorageReal-timeUpdated May 2026

Google Drive

Files arrive, change, get filed, Drive as workflow input

Google Drive on Tiny Command treats the file system as an event source first and an API second. Three triggers cover the moments worth automating: File Created (a new file lands in a watched folder), File Updated (an existing file changes), Folder Created (a new subfolder appears). Each fires within seconds via Google's Drive push notifications. Eight actions cover the rest: List Files (with search query), Search Files (full-text against file content where Drive supports it), Get File (metadata or binary content), Create Folder, Copy File, Move File, Delete File, Share File (with email, link, or domain-wide sharing). The connection authorizes via Google OAuth with drive.file scope (only files Tiny Command creates or that you explicitly grant access to). Common patterns: a Gmail attachment lands as a File Created in Drive, an AI step extracts the contents, the result fans into Notion and Slack; or every uploaded design file routes via metadata into the correct customer folder.

3triggers
8actions
≈ 2 minto set up
Freetier · no card
Triggers

Workflows start when Google Drive does.

3 real-time triggers, each backed by a webhook subscription. Events arrive within seconds and you don't have to set up polling.

Real-time · webhook-driven
Actions

Do anything Google Drive can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Copy FileCreates a copy of a file in Google Drive, optionally into a different folder and with a new name. Standard pattern for template-doc-per-customer flows.
Create FolderCreates a new folder in Google Drive, optionally inside a parent folder. Used in onboarding workflows that auto-provision a workspace per customer.
Delete FilePermanently deletes a file or folder from Google Drive. Bypasses the trash; use Update File with trashed=true for the recoverable version.
Get FileReturns metadata for a specific Google Drive file or folder by ID: name, mimeType, parents, modifiedTime, size, and webViewLink. The standard read after a trigger fires with an ID.
List FilesLists files and folders from Google Drive with optional Drive query (q parameter). Use to enumerate everything in a folder or to find files by name/mimeType.
Move FileMoves a file or folder to a different parent in Google Drive. Implemented as add new parent + remove old parent under the hood.
Search FilesSearches files and folders in Google Drive by name (uses a contains-match on the name field). For advanced queries, use List Files with a custom Drive q parameter.
Share FileShares a Google Drive file or folder by creating a permission: type (user/group/domain/anyone), role (reader/commenter/writer), and emailAddress. Used for auto-granting access on customer signup.
Recipes

Pre-built Google Drive workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Google Drive once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Google Drive field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Google Drive integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Google Drive to Tiny Command?
Open the Tiny Command workflow builder, drop in a Google Drive node, and click Connect. Authorize Google Drive once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Google Drive triggers does Tiny Command support?
Tiny Command supports 3 real-time Google Drive triggers, including "New File", "File Updated", "New Folder". Each trigger fires within seconds of the event happening in Google Drive.
What Google Drive actions can I run from a workflow?
8 Google Drive actions are available out of the box, covering cloud & storage operations like "Copy File". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Google Drive integration real-time?
Yes. New File and every other Google Drive trigger uses webhooks or push subscriptions, so workflows fire within seconds of the event in Google Drive rather than on a polling schedule.
Do I need to write code to use Google Drive with Tiny Command?
No. Every Google Drive trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Google Drive API endpoint directly.
How much does the Google Drive integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Google Drive integration itself has no per-app surcharge.
Related

More cloud & storage apps people connect.

Same category as Google Drive, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Google Drive.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.