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

  1. Bucket created in your GCP account
  2. Service account created in your GCP account and the credentials JSON file ready for upload
  3. Grant the service account Storage Object User access to the bucket.

Steps

  1. Log into gotlivedata.com and navigate to the Integrations page
  2. Find the Google Cloud Storage card and press Configure
  3. Provide a name for the integration (this can be anything)
  4. Enter the name of the bucket in your GCP account
  5. Upload the service account JSON file
  6. 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.