Google Service Account
Last updated
Last updated
A Google Service Account is a special type of Google account designed for applications and services to interact with Google Cloud resources without human intervention. Unlike your regular user accounts, service accounts are used in machine-to-machine communication, allowing applications to authenticate and authorize themselves when accessing Google APIs and services.
Recurve uses Google service accounts to interact with various Google Cloud storage solutions. This enables connections to BigQuery, Google Sheets, and Google Cloud Storage for data loading and management operations.
This guide shows you how to set up a Google Service Account and create a key to for use in Recurve.
You've already created a Google Cloud Project.
Follow these steps:
Go to the Service Accounts page and select your project.
Click + Create Service Account.
Enter the service account name and the description, then click Create And Continue.
Assign a role to your service account. Here we select Owner to provide sufficient permisisons for loading and dumping data in services. Then click Continue.
Click Done.
Follow these steps:
Go to APIs & Services / Credentials, locate and click on the email of the account you just created.
Switch to the Keys tab, then click Add Key > Create new key.
In the opened dialog, select JSON as the key type and click Create. This generates and downloads a JSON file containing the authentication credentials.
You can now use the credentials in the JSON file to authenticate from Recurve. Follow these steps:
Log in to your Recurve organization and go to Destinations.
Click + Create Destination.
Select Google Service Account and click Set up.
Fill in the required fields with using the information from the download JSON file.
Test the connection in an environment.
After the connection is successfully tested, click Create Destination.