Google Contacts API v3 does not return system groups

若如初见. 提交于 2019-12-08 12:48:25

问题


I found that Google Contacts API v3 does not return system groups when I fetch feed of all contacts:

https://www.google.com/m8/feeds/contacts/default/full

But if I supply v2 via GET param:

https://www.google.com/m8/feeds/contacts/default/full?v=2

all system groups are returned for contact entries.

Same thing when i try to fetch list of groups:

https://www.google.com/m8/feeds/groups/default/full

Is there another way to receive system groups? Or v3 just does not support receiving system groups anymore?


回答1:


Contacts API v3 is denoted by ?v=3. When you do not specify a version parameter you are actually using the v1 API.



来源:https://stackoverflow.com/questions/24413762/google-contacts-api-v3-does-not-return-system-groups

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!