Google Cloud Storage
Connect Google Cloud Storage to BotDojo so agents can download files from a bucket and hand them off to BotDojo storage for downstream processing.
Before You Start
You will need:
- A Google Cloud service account with access to the bucket
- The service account JSON key
- The name of the GCS bucket you want BotDojo to read from
Connect Google Cloud Storage in BotDojo
- Open Integrations in BotDojo.
- Find Google Cloud Storage in the Agent Tools section.
- Click Connect.
- Paste the full service account JSON into the Service Account Key field.
- Enter the bucket name.
- Save the integration.
Supported Actions
Google Cloud Storage supports one agent action:
- Download a file from a GCS bucket and save it into BotDojo storage
Troubleshooting
- Connect fails: confirm the JSON key is valid and includes
project_id,client_email, andprivate_key. - Download fails: make sure the service account has
Storage Object Viewerpermission on the bucket. - Bucket errors: verify the bucket name exactly matches the bucket you want to use.