Given that the Google Contacts java API has not exposed all the fields, how would you workaround the problem of accessing the ‘Mr’ or ‘Company’ fields on the Google Contacts api?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not very familiar with the Contacts API, but it appears that newer versions of the API show more data. Which version are you currently using? You can find the migration guide here: http://code.google.com/intl/de-DE/apis/contacts/docs/3.0/migration_guide.html
A different approach could be to copy your data to a different field, using a batch process. Maybe you can access the data that way. http://code.google.com/intl/de-DE/apis/gdata/batch.html