Gmail 联系人 API 限制解决方法

发布于 2024-07-23 02:57:00 字数 273 浏览 6 评论 0 原文

鉴于 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

多情出卖 2024-07-30 02:57:00

我对联系人 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文