1
示例代碼:https://cloudyr.github.io/googleComputeEngineR/googleComputeEngineR未連接中的R - 錯誤400
library(googleComputeEngineR)
Sys.setenv(GCE_AUTH_FILE="auth.json"
GCE_DEFAULT_PROJECT_ID="dev-example"
GCE_DEFAULT_ZONE="us-west1-a")
gce_auth()
gce_get_project("dev-example")
Request Status Code: 400 Error in checkGoogleAPIError(req) : JSON fetch error: Invalid value 'dev-example'. Values must match the following regular expression: '(?:(?:[-a-z0-9]{1,63}.)*(?:a-z?):)?(?:[0-9]{1,19}|(?:a-z0-9?))'
的auth.json是用戶憑證下載。
任何建議得到它的工作