我想跟隨與谷歌雲SQL的Python教程。我如何使用gcloud auth?
當我運行:./cloud_sql_proxy -instances="My-connection-name"=tcp:3306
,我得到google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.
。
而且,當我運行:gcloud auth application-default login
,我得到www.googleapis.com%2Fauth%2Fcloud-platform&access_type=offline" doesn’t understand the 「open location」 message. (-1708)
我跟着下載的credintials JSON文件,並設置enviromnet virable GOOGLE_APPLICATION_CREDENTIALS
鏈接到的JSON文件,但我仍然得到同樣的錯誤。