Hello Wuri, Sorry for the late reply! The 10K+ queries/day is indeed per user. However, your application should throttle requests to our API as it can be seen as a DOS attack. If you do get a 503 back from our server, just back down your requests using an exponential back-off logic.
To create a contact, you only need one request to our API. Also, a batch request (containing multiple sub-requests) is considered as one request too. Best, Alain On Fri, Apr 27, 2012 at 1:30 PM, Wuri Wedyawati <[email protected]>wrote: > Thank you Alain. Just to clarify, the 10K queries/day quota is for each > user? What if we have 10000 users for our CRM (each of them has Google > account), does it mean we can have 10000 X 10K queries per day coming from > our server? Is there any cost for us as the third party that provide the > CRM with the Google Sync feature? > > How many queries is needed if to add a contact? > > Thanks in advance. > On Thu, Apr 5, 2012 at 4:35 PM, Alain Vongsouvanh <[email protected]>wrote: > >> Hello, >> >> There are no pricing available for the Contacts API. However, the quota >> is per user and is more than 10K queries/day; that doesn't mean you >> application should consume all of it :) >> >> Best, >> Alain >> >> On Thu, Apr 5, 2012 at 10:23 AM, W2 <[email protected]> wrote: >> >>> I plan to incorporate the Google Contacts Data API to my CRM >>> application, so that the Contacts in our app is in-sync with the >>> Contacts in gmail. I know that there is a limit of 10000 queries per >>> day. Does anyone know what is the pricing if it exceeds the 10000 >>> queries per day limit? Or, does anyone know whom should I contact to >>> to find this out? I appreciate for any inputs. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. >>> To post to this group, send email to >>> [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://code.google.com/apis/contacts/community/forum.html >>> >> >> >> >> -- >> Alain Vongsouvanh | Developer Programs Engineer >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. >> To post to this group, send email to >> [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://code.google.com/apis/contacts/community/forum.html >> > > -- > You received this message because you are subscribed to the Google > Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://code.google.com/apis/contacts/community/forum.html > -- Alain Vongsouvanh | Developer Programs Engineer -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
