Reputation: 69
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. Does anyone know what other option does one have to solve this issue?
Upvotes: 2
Views: 2127
Reputation: 12766
This may be due to the relevant API not enabled and/or billing is not turned on for your project.
Go to your Google Developers Console and enable Google Compute Engine
If prompted, enable billing.
Upvotes: 3
Reputation: 22847
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. 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.
Upvotes: 2