-
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
- Use the guidance in the above section on setting env vars if you get confused
- Set SAPATH to "path\to\service_acccount_details.json"
- Set your TARGET_AUDIENCE environmental variable
- Using the target audience string you recieved by asking for it from someone who knows it, set the env var TARGET_AUDIENCE to "target audience string details"