Skip to content

[MCP] Google Cloud Storage #9702

@kishanprmr

Description

@kishanprmr

​ 🧩 Product Overview

Google Cloud Storage is Google’s object storage service for unstructured data (files, media, backups). This Piece enables workflows to automate bucket & object operations: creating buckets, uploading/deleting objects, managing ACLs, cloning objects, etc.


​​ ⚠️ Important Note for Contributors

This feature must be submitted as a Piece following the Activepieces architecture. Submissions not following this format will not be accepted. Please make sure to review the Piece Development Guidelines before starting development.


🚨 Triggers

Trigger Description
New Object Created Triggers when a new object is created.
Object Updated Triggers when an existing object is updated.

​​ 🛠️ Write Actions

Action Description Use Case Example
Create Bucket Create a new bucket in a specified location / configuration. Automate provisioning of storage for new projects.
Delete Empty Bucket Delete a bucket that contains no objects. Clean up unused buckets.
Clone Object Copy / clone an object (file) to a new location (same or different bucket), optionally overriding metadata. Duplicate a file as backup or version.
Delete Object Permanently delete a specific object. Remove obsolete files.
Create Object ACL Add an ACL entry to an object (grant a permission). Grant read/write access to a user or group.
Delete Object ACL Remove an ACL entry from an object. Revoke access for a user.
Create Bucket ACL Add an ACL entry at bucket level. Grant permission to manage the bucket.
Delete Bucket ACL Remove a bucket ACL entry. Revoke a previously granted permission.
Create Bucket Default Object ACL Set default ACLs for new objects added to a bucket. Automatically assign permissions to new uploads.
Delete Bucket Default Object ACL Remove default ACL settings from a bucket. Revert to default behavior.

🔍 Search Actions

Action Name Description
Search Objects Search objects by criteria.
Search Bucket Search bucket by name.

​ 📚 API Reference


​ 🧪 Test Account Access


​​​🧑‍💻 New to Activepieces?

Activepieces is the leading open source AI automation platform. We have many apps (we call them Pieces), that are available within the builder and as MCPs. These apps are build with our TypeScript framework and are easy to build. Once they're merged to our repo, they will available as pieces in our automation builder and as MCPs to be used with AI agents and MCP clients.

We welcome contributions and in fact, we get excited over them. Start your journey here: https://www.activepieces.com/docs/developers/building-pieces/overview

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions