Skip to content

Instantly share code, notes, and snippets.

@thepycoder
Created November 14, 2018 09:28
Show Gist options
  • Save thepycoder/8ea6f8e951fe90ab5aef15a18a705942 to your computer and use it in GitHub Desktop.
Save thepycoder/8ea6f8e951fe90ab5aef15a18a705942 to your computer and use it in GitHub Desktop.
# Linux and MacOS
export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
# Windows cmd
set GOOGLE_APPLICATION_CREDENTIALS=[PATH]
# Windows PowerShell
$env:GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment