Skip to content

Instantly share code, notes, and snippets.

View thepycoder's full-sized avatar

Victor Sonck thepycoder

View GitHub Profile
# Linux and MacOS
export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
# Windows cmd
set GOOGLE_APPLICATION_CREDENTIALS=[PATH]
# Windows PowerShell
$env:GOOGLE_APPLICATION_CREDENTIALS="[PATH]"