有没有人可以帮助我解决这个错误?我搜索的资源没有发现错误与谷歌和阅读了很多答案,但所有的答案对我没有帮助。想要启用账单方法,是的,我已经启用了,但没有帮助。
Thannks,
土拨鼠
[marmot@localhost Projects]$ gcloud auth login
在浏览器中转到以下链接:
https://accounts.google.com/o/oauth2/auth?redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&prompt=select_account&response_type=code&client_id=32555940559.apps.googleusercontent.com&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fappengine.admin+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fbigquery+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcompute+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdevstorage.full_control+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com % 2 fauth % 2 fndev.cloudman + https % % 2 f % 2 fwww.googleapis.com % 2 3 3 fauth % 2 fcloud-platform + https % % 2 f % 2 fwww.googleapis.com % 2 fauth % 2 fsqlservice.admin + https % % 2 f % 2 fwww.googleapis.com % 2 3 3 fauth % 2 fprediction + https % % 2 f % 2 fwww.googleapis.com % 2 fauth % 2 fprojecthosting&离线access_type =
输入验证码:4/ZUSX5HmO0ivg0B9iJwBM1WNJ9tHd.wpOolknAFYcSXE-sT2ZLcbSVP_2BjAI
您现在以[weisheng.chen@gmail.com]登录。
你当前的项目是[无]。您可以通过运行命令来更改此设置:
$ gcloud config set project
[marmot@localhost Projects]$ gcloud config set project marmot-helloworld-1
[marmot@localhost Projects]$ gcutil getproject——project=marmot-helloworld-1——cache_flag_values——dump_request_response
信息:——request-start
信息:-headers-start -
INFO: accept-encoding: gzip, deflate
INFO: accept: application/json
INFO: user-agent: google-api-python-client/1.0
信息:-headers-end -
信息:-path-parameters-start -
项目名称:marmot-helloworld-1
信息:-path-parameters-end -
INFO: body: None
INFO: query: ?alt=json
信息:——request-end
信息:正在请求的URL: https://www.googleapis.com/compute/v1/projects/marmot-helloworld-1?alt=json
错误:找不到资源'projects/marmot-helloworld-1'
[marmot@localhost Projects]$ uname -a
Linux主机。localdomain 3.14.2-200.fc20。x86_64 #1 SMP Mon Apr 28 14:40:57 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
该命令用于获取有关您正在使用的Google Compute Engine资源的所有信息。如果您想使用该命令,您需要启用计算引擎api,您可以手动或自动执行。
手动:- 选择项目"marmot-helloworld-1"
- 点击"api &身份验证"
- 启用以"Google Compute Engine"开头的api
- 选择项目"marmot-helloworld-1"
- 点击"计算"->"计算引擎"->"虚拟机实例"
您需要在第一次执行此操作,之后您将能够运行该命令并获得适当的信息。
Update: gcutil已弃用
要从gcutil过渡到gcloud compute,请参考本文档。此外,更多关于gcloud命令的参考,请查看这个公共文档链接。