Question

Hello Google API support,

Supposedly you're monitoring this forum and helping developers.

We run a sync service and use various Google APIs to sync data for our users. Today we've had a ton of errors from the Google Contacts API.

Could someone explain what is happening? It seems like problems on Google side. Will this be fixed soon?

<?xml version="1.0" encoding="UTF-8"?>
<errors xmlns="http://schemas.google.com/g/2005">
 <error>
  <domain>GData</domain>
  <code>badRequest</code>
  <internalReason>Bad Request</internalReason>
 </error>
</errors>

Caused by: com.google.gdata.util.InvalidEntryException: Bad Request at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:602) ~[gdata-core-1.0-1.47.1.jar:na] at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:564) ~[gdata-core-1.0-1.47.1.jar:na] at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:560) ~[gdata-core-1.0-1.47.1.jar:na] at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:538) ~[gdata-core-1.0-1.47.1.jar:na] at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:536) ~[gdata-core-1.0-1.47.1.jar:na] at com.google.gdata.client.Service.getFeed(Service.java:1135) ~[gdata-core-1.0-1.47.1.jar:1.47.1] at com.google.gdata.client.Service.getFeed(Service.java:1077) ~[gdata-core-1.0-1.47.1.jar:1.47.1] at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:676) ~[gdata-core-1.0-1.47.1.jar:1.47.1] at com.google.gdata.client.Service.getFeed(Service.java:1034) ~[gdata-core-1.0-1.47.1.jar:1.47.1]

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top