The Google Cloud Storage data connector allows you to connect any Google Cloud Storage bucket to Cloudglue, enabling you to use your Google Cloud Storage URIs directly with our endpoints without manually uploading files.Documentation Index
Fetch the complete documentation index at: https://docs.cloudglue.dev/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
This connector creates a secure bridge between your Google Cloud Storage buckets and Cloudglue:- Direct Google Cloud Storage access - We only access your files when you explicitly use them, and only the files you give access to.
- No manual uploads - Skip the process of manually uploading files to Cloudglue.
- Google Cloud Storage URI support - Use your existing Google Cloud Storage URIs directly with Cloudglue endpoints.
Google Cloud Storage Setup
- Go to the Google Cloud Storage console.
- Navigate to the bucket(s) you want to grant access to.
- Navigate to the Permissions tab in the bucket.
- On the Permissions tab, select View by principals, then click Grant Access.
- For the field New principals, enter the following service account email:
- Assign the following role to the service account: Storage Object Viewer.
- Click Save.

Connecting to Cloudglue
- Enable the connector on our web platform for Google Cloud Storage.

- Start using Google Cloud Storage URIs directly with Cloudglue endpoints.
Ready to set up your data connector? Visit our
app to configure your GCS
connector.
Need help setting up your data connector? Contact our team directly for
assistance with the setup process.
How to use your Google Cloud Storage files with Cloudglue
To use Google Cloud Storage files, you can use the Google Cloud Storage URI (also known as gsutil URI) for a file in your Cloudglue API requests. This would be prefixed withgs://.
Example:

Managing Access
You maintain full control over your data access. Remove this data connector by doing any of the following:- Revoke access by removing bucket access for the service account in the Google Cloud console.
- Remove connection by revoking the connector on our website.
Security
We use a special Google Cloud Storage service account to access your buckets. This service account is limited to read-only access and it can only view the specific buckets and files you authorize.- Provides granular permissions - Only grants the minimum access needed.
- Easy to revoke - Simply remove bucket access for the service account.