Google Cloud Storage
Configure the Xtremepush Google Cloud Storage integration
The Google Cloud Storage integration allows you to integrate your Google Cloud buckets with the Xtremepush platform. This integration allows the import of data to and the export of data from the Xtremepush platform.
To set up the integration, go to Settings > Marketplace > Google Cloud Storage and select Connect Now.
Prerequisites
You must complete the following configuration in the Google Cloud Console before you configure the integration in Xtremepush.
- Create a dedicated service account in your Google Cloud project for this integration.
- Assign the necessary permissions to the service account to allow it to access your storage bucket.
Permissions for File Management
For reliable data imports, ensure you include the necessary permissions that allow Xtremepush to manage the files. For example, if the policy does not include put and delete permissions, Xtremepush will not be able to archive or delete the file, resulting in duplicate data being processed or data import failures.
- Create and download the service account JSON key. You will need this key when you configure your google cloud storage integration with Xtremepush.
For more information on creating service account keys, see Create and manage service account keys in the Google Cloud documentation.
Connect your Google Cloud Storage account
After you click Connect Now, provide the following:
- Under Basic Settings, enter the name for your integration. This name appears when you configure the data source for automated imports and exports in the Automations tab in Xtremepush.
- Under Connection Settings, enter the following:
- Service Account JSON Key: Open the service account key file you generated in the Google Cloud Console. Copy the contents of the file and paste them into this field. This provides the credentials required to authenticate the connection.
- Bucket Name: Enter the name of the Google Cloud Storage bucket you want to connect to.
- Working Directory (optional): Enter the path to the specific folder within the bucket. This is the default starting location when setting a path for each import or export.
Updated 1 day ago