Hello Steve, If you are using the same ContactsService object for all of your request, that might be coming from that since one of your request is setting the if-match header. But if you are using one of our client library (which I suspect), you shouldn't have to deal with that since the client library<http://code.google.com/p/gdata-java-client/source/browse/trunk/java/src/com/google/gdata/client/Service.java#1522>will take care of adding the if-match header on update (PUT) and delete (DELETE) requests.
For batch operations, as long as the Etag is specified in each entry, that should be fine. Best, Alain -- 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
