Hi, There may be an inconsistency with a Nickname value in your contacts and the API client cannot parse a character or a value, can you post the whole error message?
Do you think you can narrow down the problem to a specific contact? If your contact list is not too long, maybe you can get the feed directly using the protocol and look for the contact that has the inconsistency. I am reviewing the Java Client to look for possible errors, but would help if we can find an example. Thanks, Julian. On Jun 12, 3:14 pm, rbakos <[email protected]> wrote: > Hi, > > I am using gdata-src.java-1.33.0 and I'm trying to query all of the > contacts in my google account using the following code: > > Query myQuery = new Query(feedUrl); > myQuery.setMaxResults(2000); > ContactFeed resultFeed = contactService.query(myQuery, > ContactFeed.class); > > There is an exception getting thrown with the contactService.query() > method is executed, which states: > > [Line 2, Column 40158, element gContact:nickname] Missing required > text content > > Is this a result of the contacts updates made in v 1.33? Is there > something that I can do to get around this issue? I can't tell which > contact record is causing the issue. > > Any help you can provide would be greatly appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Contacts API" 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://groups.google.com/group/google-contacts-api?hl=en -~----------~----~----~----~------~----~------~--~---
