What is the ID of the Starred contacts group in the google contacts api

断了今生、忘了曾经 提交于 2019-12-12 02:23:50

问题


Is the starred group even a real group?

Can you access it with the group api?

This is the closest I have gotten:

http://www.google.com/m8/feeds/contacts/group/default?access_token=ya29.owFYVWvQ8nnKbxH4pdeB3gJ8-kME1cL0LcHCKQ3x7qhs7bbFfB2IdPVzOhqZNbtNkDQCu3f5by8ZRQ&group=http://www.google.com/m8/feeds/groups/jonathan.carl.odonnell%40gmail.com/base/6


回答1:


The group is a real, non-system group whose ID changes from account to account. When I accessed the group using the google contacts API library I wrote, the name of the group was "Starred in Android", so you can find it in your list of groups that way.

Also see my response to the issue you opened on my repo.



来源:https://stackoverflow.com/questions/31151310/what-is-the-id-of-the-starred-contacts-group-in-the-google-contacts-api

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