Google Cloud Storage
Connect Google Cloud Storage to Cendriix to manage buckets and objects.
Authentication
Google Cloud Storage uses OAuth 2.0. When you click Connect, you’ll be redirected to Google Cloud Storage to authorize Cendriix.
Setup
- Navigate to Settings → Integrations → Connectors
- Find Google Cloud Storage in the connector list
- Click Connect
- Authorize Cendriix in the Google Cloud Storage consent screen
- You’ll be redirected back to Cendriix with the connector active
Admin Setup (Self-Hosted)
To enable Google Cloud Storage for your Cendriix instance:
- Register an OAuth application at Google Cloud Storage Developer Portal
- Set the callback URL to:
https://api.cendriix.ai/v1/connectors/oauth/callback - Populate the Secrets Manager secret
cendriix/prod/connectors/google-cloud-storagewith:{ "client_id": "...", "client_secret": "..." }
Use Cases
- Manage buckets and objects
- Automate workflows between Google Cloud Storage and your other connected tools
- Query Google Cloud Storage data from Cendra AI assistant
Documentation
Last updated on