Error code for storage limit on Google Contact API

535 views Asked by At

I have been working on Google Contact API. Google has a limit of 25MB of storage space for the contacts and maximum size of individual contact is 128KB while we can save 25000 contacts at max in Google Address book.

It respond with error code 403 and message Insufficient storage quota when user reaches to a limit of 25000 contacts.

Similarly it respond with error code 413 and message Contact size limit exceeded when size of the individual contact reaches beyond 128KB.

I am wondering what will be the error code for storage limit i.e. If user reaches to storage of 25MB? It would be nice if anybody can provide detailed list of then response code which Google sent for contact API call.

0

There are 0 answers