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 -~----------~----~----~----~------~----~------~--~---
