简体   繁体   English

Google计算引擎错误:超出API速率限制

[英]Google compute engine Error: API rate limit exceeded

I've been getting this message on Google compute engine "Error: API rate limit exceeded" (billing enable etc), for about 1 day now, I can't even enter to modify quotas by control panel. 我已经在Google计算引擎上收到此消息“错误:超出API速率限制”(开帐单等),至今大约1天,我什至无法通过控制台输入修改配额。 Does anyone know what other option does one have to solve this issue? 有谁知道解决这个问题还有其他选择吗?

This may be due to the relevant API not enabled and/or billing is not turned on for your project. 这可能是由于未启用相关API和/或未为您的项目打开结算功能所致。


Go to your Google Developers Console and enable Google Compute Engine 转到您的Google Developers Console并启用Google Compute Engine

Google Developer Console

If prompted, enable billing. 如果出现提示,请启用计费。

There's a daily quota and a minutely quota. 有一个每日配额和一个分钟配额。 If you've continued to see these errors for more than 24 hours, then you have a script that's burning through your api quota. 如果您在24小时内仍继续看到这些错误,则说明该脚本正在消耗您的api配额。 You'll need to find that script and shut it down. 您需要找到该脚本并将其关闭。 Alternately, you can visit your Google accounts page and revoke the access token associated with the offending process. 或者,您可以访问Google帐户页面并撤消与违规流程相关的访问令牌。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM