com.google.gdata.client.GoogleService.update: com.google.gdata.util.ServiceException suddenly being thrown
48 views
Skip to first unread message
Norman Eide
unread,
Feb 10, 2012, 2:59:30 PM2/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Contacts, Shared Contacts and User Profiles APIs
We have an internal contacts syncing app that has been in use for
quite some time. Today, we have started getting the following
exception thrown when doing updates of Google Shared Contacts. Is the
Shared Contacts service having problems?
----------------------------
Exception in thread "main" com.google.gdata.util.ServiceException:
Internal Server Error
A temporary internal problem has occurred. Try again later.
at
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:
624)
at
com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:
563)
at
com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:
552)
at
com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:
530)
at
com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:
535)
at com.google.gdata.client.Service.update(Service.java:1563)
at com.google.gdata.client.Service.update(Service.java:1530)
at com.google.gdata.client.GoogleService.update(GoogleService.java:
583)
...