我想知道如何让所有联系人都与一个群组相关.假设我有一个名为"My Special Group"的联系人组,ID为xxxxxxx.我只想检索"My Special Group"下的联系人.
我已经尝试过这个Request URI并在oauth2 playground上测试它:
https://www.google.com/m8/feeds/contacts/default/full/?group=xxxxxxx.https://www.google.com/m8/feeds/contacts/myemail%40gmail.com/full/?group=xxxxxxx.结果是:
<errors xmlns="http://schemas.google.com/g/2005">
<error>
<domain>GData</domain>
<code>invalid</code>
<internalReason>Supposed groupUri xxxxxxxxdoes not match template</internalReason>
</error>
</errors>
Run Code Online (Sandbox Code Playgroud)
检索与特定组相关的联系人的正确Request URI究竟是什么?
已经走过stackoverflow并且答案正是我上面做的.它失败了.