Google Sheets Connector
A quick and simple way to make spreadsheets that also has plenty of integration. Google sheets may be a low hanging option to getting data into Perceptif.
đ Instructions
There are two viable of Authentication credentials, OAuth and a Service Account Key
To get the OAuth credentials
In Google Cloud Console navigate to APIs and Services â Credentials
Under Credentials there is a category called OAuth 2.0 Client IDs
Click âCreate Credentialsâ a button at the top of the page
Create a new OAuth 2.0 Client ID
No additional details are needed besides the name
Copy and paste the Client ID and Secret
Refresh token
Add in Redirect URIs for your OAuth credential
Open OAuth 2.0 Playground
Click on gear -> OAuth 2.0 configuration, options must be set to:
Force prompt -> Select Account Screen
Access Type -> Offline
Check - > Use your own OAuth credentials
OAuth Client ID - from Google Cloud Console
OAuth Client secret - from Google Cloud Console
On Step 1 select âGoogle Sheets API v4â and necessary scopes -> Click Authorize APIs
Choose acŃount in prompt
On Step 2 click -> Exchange authorization code for tokens
Refresh token will appear
Make sure to save the token somewhere
Both methods should work equally as well
To get your service account key its a similar process to the BigQuery Connector
In Google Cloud Console navigate to APIs and Services â Credentials
Under Credentials there is a category called Service Accounts
Click âCreate Credentialsâ a button at the top of the page
Click Service Account
Enter the service account details
Give the Project Viewer Role OR Share the Spreadsheet with the Service Account
When the Service account is created, open the service account
Go to the keys page
Click add key
select JSON
The JSON file should automatically download
Open the JSON file and copy all of the text
Paste the text into the Service account key field
https://developers.google.com/identity/protocols/oauth2