Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to limit maximum number of API calls with no pre-defined time limit like in Quota?

Not applicable

How to limit maximum number of API calls with no pre-defined time limit like in Quota?

Solved Solved
3 8 664
1 ACCEPTED SOLUTION

What you are looking for is not supported. Implementing this in custom way is also very difficult (distributed quota counters).

I would go with very long intervals:

<Interval>99999</Interval>
<TimeUnit>month</TimeUnit>

View solution in original post

8 REPLIES 8