如何使用Google-people API将联系人添加为组的成员?

时间:2019-10-02 04:14:50

标签: google-api google-people-api

我已经能够使用Google People API创建联系人和群组。

我已按照示例here尝试将联系人添加到该网上论坛。

但是:

  • 我的测试用户登录Google通讯录时,该组没有出现在我的网络界面中
  • 联系人在我测试的用户登录Google通讯录时出现在其Web界面中

我已经使用Method: contactGroups.get来检索我创建的群组的详细信息。

下面是响应的对象表示形式:

{
    etag: "wZy0+9bOBJs=",
    formattedName: "SOME GROUP NAME",
    groupType: "USER_CONTACT_GROUP",
    memberCount: 2,
    memberResourceNames: null,
    name: "SOME GROUP NAME",
    resourceName: "contactGroups/5c54188f8e8c5f1d",
    metadata: {
        deleted: null,
        updateTime: "2019-09-30T08:30:04.869Z"
    }
}

很显然,它看起来...

  • 该群组存在
  • 它有2个成员
  • 奇怪的是,id没有显示在memberResourceNames数组中

0 个答案:

没有答案