R/auth.R
get_project_id.Rd
Fetches the Google Cloud Services (GCS) project id associated with a service account key.
get_project_id(path = Sys.getenv("GCS_AUTH_FILE"))
path to the JSON file with your service account key
a string with a GCS project id
if (FALSE) { # \dontrun{ project_id <- get_project_id() } # }