有没有人可以帮我解决这个错误?
我用谷歌搜索资源未找到错误并阅读了很多答案,但所有答案对我没有帮助。喜欢启用账单方法,是的我启用了它但没有帮助。
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%2Fauth%2Fndev.cloudman+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fsqlservice.admin+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fprediction+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fprojecthosting&access_type=offline
输入验证码:4 / ZUSX5HmO0ivg0B9iJwBM1WNJ9tHd.wpOolknAFYcSXE-sT2ZLcbSVP_2BjAI
您现在以[weisheng.chen@gmail.com]身份登录
您当前的项目是[无]。您可以通过运行以下来更改此设置:
$ gcloud配置项目
[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
信息: - 请求 - 开始 -
信息:-headers-start-
信息:accept-encoding:gzip,deflate
信息:接受:application / json
信息:用户代理:google-api-python-client / 1.0
信息:-headers-end-
信息:-path-parameters-start-
信息:项目:marmot-helloworld-1
信息:-path-parameters-end-
信息:正文:无
信息:查询:?alt = json
信息: - request-end--
信息:请求的网址:https://www.googleapis.com/compute/v1/projects/marmot-helloworld-1?alt=json
错误:未找到资源'projects / marmot-helloworld-1'
[marmot @ localhost Projects] $ uname -a
Linux localhost.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
答案 0 :(得分:0)
该命令用于获取有关您正在使用的Google Compute Engine资源的所有信息。 如果要使用该命令,则需要启用计算引擎API,您可以手动或自动执行。
手动:
自动:
您需要在第一时间执行此操作,之后您将能够运行该命令并获取适当的信息。
答案 1 :(得分:0)
更新:不推荐使用gcutil。
要从gcutil转换为gcloud compute,请参阅此documentation。此外,有关gcloud命令的更多参考,请查看此public documentation link。