鉴于 Google 通讯录 java API 未公开所有字段,您将如何解决访问 Google Contacts api 上的“先生”或“公司”字段的问题?
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?
发布评论
评论(1)
我对联系人 API 不太熟悉,但似乎较新版本的 API 显示更多数据。 您目前使用的是哪个版本? 您可以在此处找到迁移指南:http: //code.google.com/intl/de-DE/apis/contacts/docs/3.0/migration_guide.html
另一种方法可能是使用批处理将数据复制到其他字段。 也许您可以通过这种方式访问数据。 http://code.google.com/intl/de- DE/apis/gdata/batch.html
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