Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the quota limit for calling the Google Contacts v3 API

Tags:

google-api

I ask ahain the same question asked here : https://stackoverflow.com/questions/15702489

This question was closed with the comment "It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened"

So my question is not ambiguous at all, but very clear : As we can find quota limits for all Google API, I cannot find this answer for Contacts API V3 (https://developers.google.com/google-apps/contacts/v3/)

Example of quota limits on Analytics : https://developers.google.com/analytics/devguides/config/mgmt/v3/limits-quotas#general_api

Best regards

like image 934
Benoit Avatar asked Apr 26 '13 13:04

Benoit


1 Answers

As of now the stated quota for the Contacts API v3 is 20,000,000 requests per day for free. This is determined from my developer console where I have a project defined that uses the Contacts API, and this is what they show under: myproject / APIs & auth / APIs / Contact API / Quota.

I actually don't think they are even counting requests though, as mine show all 0 (Usage tab), even though I know it isn't 0. Other projects that use other APIs like the Calendar do correctly count/show requests, but Google seems to currently be giving as many requests for Contacts API as you want.

like image 144
Mark Avatar answered Oct 26 '22 05:10

Mark