Google Cloud Storage
Overview
The Google Cloud Storage integration allows for data deliveries from Live Data to be shared via GCP Buckets for consumption by customers. This provides a secure system for sharing data for those customers that use GCP.
Configuration Instructions
Provide service account credentials to write to your bucket
The only supported method today is to provide service account credentials with access to the bucket of your choice in your GCP account.
Prerequisites
- Bucket created in your GCP account
- Service account created in your GCP account and the credentials JSON file ready for upload
- Grant the service account
Storage Object User
access to the bucket.
Steps
- Log into gotlivedata.com and navigate to the
Integrations
page - Find the Google Cloud Storage card and press
Configure
- Provide a name for the integration (this can be anything)
- Enter the name of the bucket in your GCP account
- Upload the service account JSON file
- Press
Save
Testing
Press the Test button to test the integration. This will place a 0-byte file into your bucket. If you've provided the Storage Object User
privilege, the test will pass. If you provided a more restrictive set of permissions, the test may fail (if the file can't be read), but if the file is in the bucket, then you know the configuration is good.
Updated 1 day ago