July 2018
Intermediate to advanced
350 pages
8h 47m
English
Once you have a Google Cloud project created, then follow these steps to download the credentials file that is required to execute the code sample:
On Linux or macOS, set the environmental variable GOOGLE_APPLICATION_CREDENTIALS to the path to which you downloaded the preceding private key JSON file:
export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
export GOOGLE_APPLICATION_CREDENTIALS="~/scratch/service-account-file.json"
On Windows, set the environmental variable GOOGLE_APPLICATION_CREDENTIALS to the path to which you downloaded the preceding private key JSON file using a PowerShell command prompt: ...