Today I faced with following error - "Storage quota exceed", while creating new contact. I using Google Contacts API v3.0. I didn't find any notes about "Storage quota" or API limits at contact docs - https://developers.google.com/google-apps/contacts/v3/
Google contacts doesn't have any api methods for work with storage quota. I checked gmail quota for this user, and found a lot of free storage.
What does "Storage quota exceed" error mean? How we can check available storage for user? Is there any limits for Contacts creation via API?
Thanks.