Ok, so I'm developing an application for eventual deployment to App Engine and I'm working locally, on my laptop, and I keep getting these errors:
Insufficient tokens for quota 'logging.googleapis.com/read_requests' and limit 'ReadRequestsPerMinutePerProject' of service 'logging.googleapis.com' for consumer 'project_number:111111111'.
So how would I sort out which quota I'm violating? I logged into the GCP console and I click the APIs & Services
> Dashboard
. But none of the graph numbers are anywhere near their quota limits. (example, the graph shows 5 "Read requests" and the Read requests per 100 seconds
quota next to it says 2,000).
I thought it might be in the IAM & Admin
> Quotas
section, but nothing there is even remotely close to being violated and it is sorted on "Used".
With that all said, how do I look at this error message and match it to a "Quota" in the console?
For what it's worth, this is a small Node.js app and I'm using the @google-cloud/logging
and @google-cloud/compute
packages. My laptop is a Macbook.