We have a system where contacts can be read from an authoritative account and then other, receiving accounts can be selected where the contacts are imported.
The client is having an issue where contacts are seemingly imported without errors, but some contacts are missing on receiving accounts. - we are using the PHP API - response status codes are correctly 200 or 201, depending on whether a contact is added or updated - there should be no problems on the server ( memory, disk space etc. related issues ) because contacts are first read into a database table and then they are updated or added one by one from there. - the client has about 3700 contacts that need to be imported - the update or adding speed is not limited in any way in the code I would like to know if there are some good methods for debugging / having more information about status of single requests to the API. I guess for some reason, the status code is okay, but the information does not get added. Thanks, Sven Kauber -- 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
