eavz
Google Cloud Storage

Google Cloud Storage

Automate file storage operations with Google Cloud Storage. Upload, download, manage buckets, set permissions, and monitor changes with real-time triggers.

12 actions
2 triggers

Actions

Name
create_bucket

Create a new bucket in a specified location/configuration. Perfect for automating storage provisioning for new projects.

delete_empty_bucket

Clean up unused buckets by deleting them if they contain no live objects.

clone_object

Copy / clone an object (file) to a new location (same or different bucket), optionally overriding metadata. Perfect for duplicating files as backup or version.

delete_object

Permanently delete a specific object. Perfect for removing obsolete files.

search_objects

Search objects by criteria. Perfect for finding files in your bucket.

search_buckets

Search buckets by name. Perfect for finding buckets in your project.

create_object_acl

Add an ACL entry to an object (grant a permission). Perfect for granting read/write access to a user or group.

delete_object_acl

Remove an ACL entry from an object. Perfect for revoking access for a user.

create_bucket_acl

Add an ACL entry at bucket level. Perfect for granting permission to manage the bucket.

delete_bucket_acl

Remove an ACL entry from a bucket. Perfect for revoking access for a user or group.

create_bucket_default_object_acl

Set default ACLs for new objects added to a bucket. Perfect for automatically assigning permissions to new uploads.

delete_bucket_default_object_acl

Remove default ACL settings from a bucket. Perfect for reverting to default behavior.

Triggers

Name
new_object_created

Triggers when a new object is created in a bucket

object_updated

Triggers when an existing object is updated in a bucket

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'google-cloud-storage',
  actionName: 'create_bucket',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Google Cloud Storage to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Google Cloud Storage support?

Google Cloud Storage supports 12 actions including Create Bucket, Delete Empty Bucket, Clone Object, Delete Object, Search Objects, and more.

Can I use Google Cloud Storage with AI agents?

Yes. Add Google Cloud Storage to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Google Cloud Storage use?

Google Cloud Storage uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Google Cloud Storage integration cost?

The Google Cloud Storage integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Google Cloud Storage support?

Google Cloud Storage supports 2 triggers including New Object Created, Object Updated.

Connect Google Cloud Storage in 2 minutes

Get 1,000 free actions every month. No credit card required.