> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Cloud Storage

> 30 actions available for Google Cloud Storage through StackOne. Use via Actions RPC, Toolset SDK, MCP, or A2A.

<div className="not-prose" style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/google/filled/svg" alt="Google Cloud Storage" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>Google Cloud Storage</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>30 actions · 1 auth method</div>

    <div style={{ display: 'flex', flexWrap: 'wrap', gap: '6px', marginTop: '8px' }}>
      <span className="connector-page-tag-preview" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Preview</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Storage</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Internal</span>
    </div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="OAuth 2.0">
    Requires Storage Admin or Owner role on the target project.

    Guides: [Connector Profile](/connectors/googlecloudstorage/guides/connector-profile/oauth-2-0), [Link Account](/connectors/googlecloudstorage/guides/link-account/oauth-2-0)
  </Card>
</Columns>

<div className="connector-meta-library-section">
  <div className="connector-meta-library-title">Actions</div>

  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />

      <div className="connector-actions-scopes" data-connector-actions-scopes>
        <button type="button" className="connector-actions-scopes__toggle" data-connector-actions-scopes-toggle aria-expanded="false">
          <span>Scopes<span data-connector-actions-scopes-count /></span>
        </button>

        <div className="connector-actions-scopes__menu">
          <div className="connector-actions-scopes__header">
            <input type="search" className="connector-actions-scopes__search" data-connector-actions-scope-search placeholder="Search scopes..." aria-label="Search scopes" />

            <div className="connector-actions-scopes__actions">
              <button type="button" data-connector-actions-scopes-select-all>Select all</button>
              <span>|</span>
              <button type="button" data-connector-actions-scopes-clear>Clear</button>
            </div>
          </div>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="https://www.googleapis.com/auth/cloud-platform" data-connector-actions-scope-filter />

            <span>[https://www.googleapis.com/auth/cloud-platform](https://www.googleapis.com/auth/cloud-platform)</span>
          </label>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="https://www.googleapis.com/auth/devstorage.full_control" data-connector-actions-scope-filter />

            <span>[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</span>
          </label>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="https://www.googleapis.com/auth/devstorage.read_only" data-connector-actions-scope-filter />

            <span>[https://www.googleapis.com/auth/devstorage.read\_only](https://www.googleapis.com/auth/devstorage.read_only)</span>
          </label>

          <div className="connector-actions-scopes__empty" hidden>No scopes found</div>
        </div>
      </div>
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>30 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr 150px' }}>
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
        <div className="meta-library-grid-header-cell">Required scopes</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_list_bucket_acls" data-action-label="List Bucket ACLs" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Bucket ACLs</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_list_bucket_acls" aria-label="Copy googlecloudstorage_list_bucket_acls"><code className="connector-page-code">googlecloudstorage\_list\_bucket\_acls</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List access control entries for a bucket (legacy; use IAM where possible)</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_get_bucket_acl" data-action-label="Get Bucket ACL" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Bucket ACL</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_get_bucket_acl" aria-label="Copy googlecloudstorage_get_bucket_acl"><code className="connector-page-code">googlecloudstorage\_get\_bucket\_acl</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a specific access control entry for a bucket (legacy; use IAM where possible)</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_list_object_acls" data-action-label="List Object ACLs" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Object ACLs</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_list_object_acls" aria-label="Copy googlecloudstorage_list_object_acls"><code className="connector-page-code">googlecloudstorage\_list\_object\_acls</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List access control entries for an object (legacy; use IAM where possible)</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_get_object_acl" data-action-label="Get Object ACL" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Object ACL</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_get_object_acl" aria-label="Copy googlecloudstorage_get_object_acl"><code className="connector-page-code">googlecloudstorage\_get\_object\_acl</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a specific access control entry for an object (legacy; use IAM where possible)</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_list_default_object_acls" data-action-label="List Default Object ACLs" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Default Object ACLs</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_list_default_object_acls" aria-label="Copy googlecloudstorage_list_default_object_acls"><code className="connector-page-code">googlecloudstorage\_list\_default\_object\_acls</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List default access control entries for objects in a bucket (legacy; use IAM where possible)</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_get_default_object_acl" data-action-label="Get Default Object ACL" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Default Object ACL</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_get_default_object_acl" aria-label="Copy googlecloudstorage_get_default_object_acl"><code className="connector-page-code">googlecloudstorage\_get\_default\_object\_acl</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a specific default object access control entry for a bucket (legacy; use IAM where possible)</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_test_auth_googlecloudstorage" data-action-label="Test Auth" data-action-scopes="https://www.googleapis.com/auth/devstorage.read_only">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Test Auth</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_test_auth_googlecloudstorage" aria-label="Copy googlecloudstorage_test_auth_googlecloudstorage"><code className="connector-page-code">googlecloudstorage\_test\_auth\_googlecloudstorage</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Verify Google Cloud Storage credentials</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.read_only" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.read_only"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.read\_only](https://www.googleapis.com/auth/devstorage.read_only)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_list_buckets" data-action-label="List Buckets" data-action-scopes="https://www.googleapis.com/auth/devstorage.read_only">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Buckets</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_list_buckets" aria-label="Copy googlecloudstorage_list_buckets"><code className="connector-page-code">googlecloudstorage\_list\_buckets</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List all buckets in a Google Cloud project</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.read_only" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.read_only"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.read\_only](https://www.googleapis.com/auth/devstorage.read_only)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_get_bucket" data-action-label="Get Bucket" data-action-scopes="https://www.googleapis.com/auth/devstorage.read_only">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Bucket</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_get_bucket" aria-label="Copy googlecloudstorage_get_bucket"><code className="connector-page-code">googlecloudstorage\_get\_bucket</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get metadata for a specific bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.read_only" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.read_only"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.read\_only](https://www.googleapis.com/auth/devstorage.read_only)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_create_bucket" data-action-label="Create Bucket" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Bucket</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_create_bucket" aria-label="Copy googlecloudstorage_create_bucket"><code className="connector-page-code">googlecloudstorage\_create\_bucket</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new bucket in a Google Cloud project</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_update_bucket" data-action-label="Update Bucket" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Bucket</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_update_bucket" aria-label="Copy googlecloudstorage_update_bucket"><code className="connector-page-code">googlecloudstorage\_update\_bucket</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Replace metadata for an existing bucket (full-replace PUT semantics)</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_delete_bucket" data-action-label="Delete Bucket" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Bucket</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_delete_bucket" aria-label="Copy googlecloudstorage_delete_bucket"><code className="connector-page-code">googlecloudstorage\_delete\_bucket</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_list_hmac_keys" data-action-label="List HMAC Keys" data-action-scopes="https://www.googleapis.com/auth/devstorage.read_only">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List HMAC Keys</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_list_hmac_keys" aria-label="Copy googlecloudstorage_list_hmac_keys"><code className="connector-page-code">googlecloudstorage\_list\_hmac\_keys</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List HMAC keys for a project</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.read_only" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.read_only"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.read\_only](https://www.googleapis.com/auth/devstorage.read_only)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_get_hmac_key" data-action-label="Get HMAC Key" data-action-scopes="https://www.googleapis.com/auth/devstorage.read_only">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get HMAC Key</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_get_hmac_key" aria-label="Copy googlecloudstorage_get_hmac_key"><code className="connector-page-code">googlecloudstorage\_get\_hmac\_key</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get metadata for an HMAC key</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.read_only" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.read_only"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.read\_only](https://www.googleapis.com/auth/devstorage.read_only)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_create_hmac_key" data-action-label="Create HMAC Key" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create HMAC Key</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_create_hmac_key" aria-label="Copy googlecloudstorage_create_hmac_key"><code className="connector-page-code">googlecloudstorage\_create\_hmac\_key</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create an HMAC key for a service account</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_update_hmac_key" data-action-label="Update HMAC Key" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update HMAC Key</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_update_hmac_key" aria-label="Copy googlecloudstorage_update_hmac_key"><code className="connector-page-code">googlecloudstorage\_update\_hmac\_key</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update the state of an HMAC key</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_delete_hmac_key" data-action-label="Delete HMAC Key" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete HMAC Key</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_delete_hmac_key" aria-label="Copy googlecloudstorage_delete_hmac_key"><code className="connector-page-code">googlecloudstorage\_delete\_hmac\_key</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete an HMAC key</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_get_bucket_iam_policy" data-action-label="Get Bucket IAM Policy" data-action-scopes="https://www.googleapis.com/auth/cloud-platform">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Bucket IAM Policy</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_get_bucket_iam_policy" aria-label="Copy googlecloudstorage_get_bucket_iam_policy"><code className="connector-page-code">googlecloudstorage\_get\_bucket\_iam\_policy</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the IAM policy for a bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/cloud-platform" aria-label="Copy scope https://www.googleapis.com/auth/cloud-platform"><code className="connector-page-code">[https://www.googleapis.com/auth/cloud-platform](https://www.googleapis.com/auth/cloud-platform)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_set_bucket_iam_policy" data-action-label="Set Bucket IAM Policy" data-action-scopes="https://www.googleapis.com/auth/cloud-platform">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Set Bucket IAM Policy</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_set_bucket_iam_policy" aria-label="Copy googlecloudstorage_set_bucket_iam_policy"><code className="connector-page-code">googlecloudstorage\_set\_bucket\_iam\_policy</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Set the IAM policy for a bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/cloud-platform" aria-label="Copy scope https://www.googleapis.com/auth/cloud-platform"><code className="connector-page-code">[https://www.googleapis.com/auth/cloud-platform](https://www.googleapis.com/auth/cloud-platform)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_test_bucket_iam_permissions" data-action-label="Test Bucket IAM Permissions" data-action-scopes="https://www.googleapis.com/auth/cloud-platform">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Test Bucket IAM Permissions</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_test_bucket_iam_permissions" aria-label="Copy googlecloudstorage_test_bucket_iam_permissions"><code className="connector-page-code">googlecloudstorage\_test\_bucket\_iam\_permissions</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Test IAM permissions on a bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/cloud-platform" aria-label="Copy scope https://www.googleapis.com/auth/cloud-platform"><code className="connector-page-code">[https://www.googleapis.com/auth/cloud-platform](https://www.googleapis.com/auth/cloud-platform)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_list_notifications" data-action-label="List Notifications" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Notifications</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_list_notifications" aria-label="Copy googlecloudstorage_list_notifications"><code className="connector-page-code">googlecloudstorage\_list\_notifications</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List notification configurations for a bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_get_notification" data-action-label="Get Notification" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Notification</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_get_notification" aria-label="Copy googlecloudstorage_get_notification"><code className="connector-page-code">googlecloudstorage\_get\_notification</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a specific notification configuration for a bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_create_notification" data-action-label="Create Notification" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Notification</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_create_notification" aria-label="Copy googlecloudstorage_create_notification"><code className="connector-page-code">googlecloudstorage\_create\_notification</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a notification configuration for a bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_delete_notification" data-action-label="Delete Notification" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Notification</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_delete_notification" aria-label="Copy googlecloudstorage_delete_notification"><code className="connector-page-code">googlecloudstorage\_delete\_notification</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a notification configuration from a bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_list_objects" data-action-label="List Objects" data-action-scopes="https://www.googleapis.com/auth/devstorage.read_only">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Objects</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_list_objects" aria-label="Copy googlecloudstorage_list_objects"><code className="connector-page-code">googlecloudstorage\_list\_objects</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List objects in a bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.read_only" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.read_only"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.read\_only](https://www.googleapis.com/auth/devstorage.read_only)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_get_object" data-action-label="Get Object" data-action-scopes="https://www.googleapis.com/auth/devstorage.read_only">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Object</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_get_object" aria-label="Copy googlecloudstorage_get_object"><code className="connector-page-code">googlecloudstorage\_get\_object</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get metadata for an object in a bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.read_only" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.read_only"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.read\_only](https://www.googleapis.com/auth/devstorage.read_only)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_copy_object" data-action-label="Copy Object" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Copy Object</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_copy_object" aria-label="Copy googlecloudstorage_copy_object"><code className="connector-page-code">googlecloudstorage\_copy\_object</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Copy an object to a destination bucket and path</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_delete_object" data-action-label="Delete Object" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Object</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_delete_object" aria-label="Copy googlecloudstorage_delete_object"><code className="connector-page-code">googlecloudstorage\_delete\_object</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete an object from a bucket</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_compose_objects" data-action-label="Compose Objects" data-action-scopes="https://www.googleapis.com/auth/devstorage.full_control">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Compose Objects</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_compose_objects" aria-label="Copy googlecloudstorage_compose_objects"><code className="connector-page-code">googlecloudstorage\_compose\_objects</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Compose multiple objects into a single destination object</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.full_control" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.full_control"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.full\_control](https://www.googleapis.com/auth/devstorage.full_control)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlecloudstorage_get_service_account" data-action-label="Get Service Account" data-action-scopes="https://www.googleapis.com/auth/devstorage.read_only">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Service Account</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlecloudstorage_get_service_account" aria-label="Copy googlecloudstorage_get_service_account"><code className="connector-page-code">googlecloudstorage\_get\_service\_account</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the GCS service account for a project</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="https://www.googleapis.com/auth/devstorage.read_only" aria-label="Copy scope https://www.googleapis.com/auth/devstorage.read_only"><code className="connector-page-code">[https://www.googleapis.com/auth/devstorage.read\_only](https://www.googleapis.com/auth/devstorage.read_only)</code></button></div>
        </div>
      </div>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See the [Projects Guide](/guides/managing-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a connector profile in your project. See [Managing Connectors](/guides/explore-connectors).

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/googlecloudstorage/guides/connector-profile/oauth-2-0" icon="https://stackone-logos.com/api/google/filled/svg" horizontal>
        Google Cloud Storage - OAuth 2.0
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using [StackOne Hub](/guides/embedding-stackone-hub) or [Auth Link](/guides/auth-link).

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/googlecloudstorage/guides/link-account/oauth-2-0" icon="https://stackone-logos.com/api/google/filled/svg" horizontal>
        Google Cloud Storage - OAuth 2.0
      </Card>
    </Columns>
  </Step>

  <Step title="Use Actions">
    Invoke actions using one of the methods below:

    * [MCP](/mcp/quickstart) – Model Context Protocol for AI assistants
    * [A2A](/a2a/quickstart) – Agent-to-Agent protocol
    * [AI Toolset (TypeScript)](/agents/typescript/introduction) – TypeScript SDK for AI agents
    * [AI Toolset (Python)](/agents/python/introduction) – Python SDK for AI agents
    * [Actions RPC](/platform/api-reference/actions/make-an-rpc-call-to-an-action) – Direct API calls
    * [Playground](/guides/playground) – Test actions in the dashboard
  </Step>
</Steps>
