Skip to main content

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

  1. Open Integrations in BotDojo.
  2. Find Google Cloud Storage in the Agent Tools section.
  3. Click Connect.
  4. Paste the full service account JSON into the Service Account Key field.
  5. Enter the bucket name.
  6. 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, and private_key.
  • Download fails: make sure the service account has Storage Object Viewer permission on the bucket.
  • Bucket errors: verify the bucket name exactly matches the bucket you want to use.