Skip to content
OtherReal-timeUpdated May 2026

Google Cloud Storage

Google Cloud Storage object actions

Google Cloud Storage on Tiny Command exposes the object-CRUD surface of GCS buckets. Five actions, no triggers (GCS object notifications go through Pub/Sub rather than direct webhooks — configure a Pub/Sub topic subscription via the Pub/Sub connector for event-driven workflows): List Objects (within a bucket, with optional prefix filter), Upload Object (from a URL, base64, or text content, with content-type and custom metadata), Get Object Metadata (size, content-type, generation, MD5, custom metadata; not the content itself), Delete Object, and Get Signed URL (Public Download) — generates a time-limited URL anyone can use to download the object without GCS auth, the standard pattern for "send file to customer" workflows that don't want to proxy the bytes through the workflow runtime. The connection uses a Google Cloud service-account key (JSON) with the relevant Storage role (Storage Object Viewer for reads, Storage Object Admin for writes). The service account must be granted access to the buckets the workflow touches — IAM scoped at the bucket level for least privilege.

0triggers
5actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Google Cloud Storage 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
Delete GCS ObjectRemoves a specific object from a bucket. Irreversible. For cleanup workflows after processing or for "GDPR right-to-erasure → delete user-uploaded files" compliance patterns.
Get GCS Object MetadataReturns size, content-type, generation, MD5, custom metadata for an object — without downloading the content bytes. Useful for inventory or "did this file exist?" pre-flight checks.
Get Signed URL (Public Download)Generates a time-limited URL that anyone can use to download the object without GCS auth. For "email the customer their export file" workflows that don't want to proxy bytes through the workflow runtime.
List GCS ObjectsReturns paginated objects in a bucket with optional prefix filter. Useful for batch processing or for inventorying bucket contents.
Upload GCS ObjectUploads an object from URL, base64, or text content with optional metadata and content-type. For files >32MB, the simple upload path caps out — use resumable uploads via HTTP action.
Recipes

Pre-built Google Cloud Storage 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 Cloud Storage 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 Cloud Storage 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 Cloud Storage integration.

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

How do I connect Google Cloud Storage to Tiny Command?
Open the Tiny Command workflow builder, drop in a Google Cloud Storage node, and click Connect. Authorize Google Cloud Storage once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Google Cloud Storage triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Google Cloud Storage today. Use Tiny Command's universal Webhook or Schedule trigger to start Google Cloud Storage workflows, then run any Google Cloud Storage action you need.
What Google Cloud Storage actions can I run from a workflow?
5 Google Cloud Storage actions are available out of the box, covering other operations like "Delete GCS Object". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Google Cloud Storage integration real-time?
Google Cloud Storage actions execute synchronously inside your workflow. Tiny Command waits for Google Cloud Storage's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Google Cloud Storage with Tiny Command?
No. Every Google Cloud Storage 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 Cloud Storage API endpoint directly.
How much does the Google Cloud Storage 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 Cloud Storage integration itself has no per-app surcharge.
Related

More other apps people connect.

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

Do more with Google Cloud Storage.

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.