Set Google Authentication Credentials

set_google_application_credentials(x)

Arguments

x

Path to Google "service account" Authentication Credentials file (JSON format)

Value

Sets GOOGLE_APPLICATION_CREDENTIALS system environment variable for the current session

Examples

if (FALSE) {
set_google_application_credentials("~/example-gizmo-999999-999999999999.json")
}