Check service key works via environment argument
gar_setup_auth_check( env_arg = "GCE_AUTH_FILE", scope = "https://www.googleapis.com/auth/cloud-platform" )
env_arg
: The authentication environment argumentscope
: The scope of the GCP requestOther setup functions: gar_setup_auth_key()
, gar_setup_clientid()
, gar_setup_edit_renviron()
, gar_setup_env_check()
, gar_setup_menu()
, gar_setup_menu_do()
Useful links