cloud-run-flask-oauth2 icon indicating copy to clipboard operation
cloud-run-flask-oauth2 copied to clipboard

Where to store service account json

Open ghost opened this issue 4 years ago • 1 comments

Hi, thank you for your tutorial.

In a production workflow where would I need to store the service_account.json file? In the Cloud?

ghost avatar Apr 05 '20 18:04 ghost

Hi,

  1. Store the json in the working directory or wherever you want to.
  2. If you're using Linux, pass the following command on the terminal: export CREDS=service.json
  3. If you're using Windows command prompt, pass the following command on the terminal: set CREDS= service_account.json

syedmouaazfarrukh avatar Jan 09 '24 07:01 syedmouaazfarrukh