-
Notifications
You must be signed in to change notification settings - Fork 0
Google Cloud Authentication Setup
Mack edited this page Sep 20, 2023
·
4 revisions
For working with the precision-feedback-pipeline API, continue reading.
-
Contact the developers to get access to the client secret details (service account and target audience)
-
Create your service account file in a text editor
- Make sure to save it as a .json file, with the proper encoding
- Copy the file as a path with right click, or any way you like.
- Set your SAPATH environmental variable
- Set SAPATH to "path\to\service_account_details.json"
- If you need help setting an env var, see the wiki page here for detailed instructions.
- Set your TARGET_AUDIENCE environmental variable
- Using the target audience string (ask developers for a copy!), set the env var TARGET_AUDIENCE to "target audience string details"