Google Cloud Storage
Automate file storage operations with Google Cloud Storage. Upload, download, manage buckets, set permissions, and monitor changes with real-time triggers.
Actions
| Name | Description |
|---|---|
create_bucketCreate a new bucket in a specified location/configuration. Perfect for automating storage provisioning for new projects. | Create a new bucket in a specified location/configuration. Perfect for automating storage provisioning for new projects. |
delete_empty_bucketClean up unused buckets by deleting them if they contain no live objects. | Clean up unused buckets by deleting them if they contain no live objects. |
clone_objectCopy / clone an object (file) to a new location (same or different bucket), optionally overriding metadata. Perfect for duplicating files as backup or version. | 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_objectPermanently delete a specific object. Perfect for removing obsolete files. | Permanently delete a specific object. Perfect for removing obsolete files. |
search_objectsSearch objects by criteria. Perfect for finding files in your bucket. | Search objects by criteria. Perfect for finding files in your bucket. |
search_bucketsSearch buckets by name. Perfect for finding buckets in your project. | Search buckets by name. Perfect for finding buckets in your project. |
create_object_aclAdd an ACL entry to an object (grant a permission). Perfect for granting read/write access to a user or group. | Add an ACL entry to an object (grant a permission). Perfect for granting read/write access to a user or group. |
delete_object_aclRemove an ACL entry from an object. Perfect for revoking access for a user. | Remove an ACL entry from an object. Perfect for revoking access for a user. |
create_bucket_aclAdd an ACL entry at bucket level. Perfect for granting permission to manage the bucket. | Add an ACL entry at bucket level. Perfect for granting permission to manage the bucket. |
delete_bucket_aclRemove an ACL entry from a bucket. Perfect for revoking access for a user or group. | Remove an ACL entry from a bucket. Perfect for revoking access for a user or group. |
create_bucket_default_object_aclSet default ACLs for new objects added to a bucket. Perfect for automatically assigning permissions to new uploads. | Set default ACLs for new objects added to a bucket. Perfect for automatically assigning permissions to new uploads. |
delete_bucket_default_object_aclRemove default ACL settings from a bucket. Perfect for reverting to default behavior. | Remove default ACL settings from a bucket. Perfect for reverting to default behavior. |
Triggers
| Name | Description |
|---|---|
new_object_createdTriggers when a new object is created in a bucket | Triggers when a new object is created in a bucket |
object_updatedTriggers when an existing object is updated in a bucket | Triggers when an existing object is updated in a bucket |
Quick Start
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.