Setting up Google Cloud Storage
1. Add integration
Select Google Cloud Storage from the integrations page.
2. Configure settings
Fill out the form with the following settings:| Setting | Required | Description |
|---|---|---|
| Name | ✓ | Name that will be displayed to users when selecting this integration in Superblocks |
| Service Account Key | ✓ | Paste your Google Service Account Key |
3. Test and save
Click Test Connection to check that Superblocks can connect to the data source.If using Superblocks Cloud, add these Superblocks IPs to your allowlist (not necessary for Hybrid or Cloud-Prem deployments). See the Configure IP allowlist for databases guide for more information.
4. Set profiles
Optionally, configure different profiles for separate development environments.Google Cloud Storage connected!
You can now use Clark to build with Google Cloud Storage.
You can now use Clark to build with Google Cloud Storage.
Creating Google Cloud Storage steps
Connect to your GCS integration from Superblocks by creating steps in Application APIs, Workflows, and Scheduled Jobs. A GCS step can perform the following actions:- List files
- Read file
- Delete file
- Upload file
- Upload multiple files
- List buckets
- Generate presigned URL
Superblocks also supports connecting to GCS with the google-cloud-storage Python library in Python steps.

