Produces an access token for Google Cloud Services (GCS)
dai_token(
path = Sys.getenv("GCS_AUTH_FILE"),
scopes = "https://www.googleapis.com/auth/cloud-platform"
)
a GCS access token object (if credentials are valid) or a message (if not).
if (FALSE) { # \dontrun{
token <- dai_token()
} # }