Set Google Authentication Credentials
set_google_application_credentials(x)Path to Google "service account" Authentication Credentials file (JSON format)
Sets GOOGLE_APPLICATION_CREDENTIALS system environment variable for the current session
if (FALSE) {
set_google_application_credentials("~/example-gizmo-999999-999999999999.json")
}