About two or so weeks ago we started to see a new, intermittent error
attempting to create Shared Contacts using version 1.45.0 of the GData
Java Client. This is happening for multiple domains. Here is the
trace we receive:
com.google.gdata.util.NotImplementedException: OK POST method does not
support concurrency
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:
609)
com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:
563)
com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:
552)
com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:
530)
com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:
535)
com.google.gdata.client.Service.insert(Service.java:1409)
com.google.gdata.client.GoogleService.insert(GoogleService.java:599)
...
The body of the method throwing this exception has remained unchanged
for a very long while without having this issue:
StringBuilder href = new
StringBuilder(CONTACTS_FEED).append(domain).append(PROJECTION_FULL).append('?')
.append(TWO_LEGGED_OAUTH_PARAM).append('=').append(adminEmail);
contactsService.insert(new URL(href.toString()), contactEntry);
Any ideas as to the cause?
Thanks!
-Steve Ziegler
--
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