我已经能够使用Google People API创建联系人和群组。
我已按照示例here尝试将联系人添加到该网上论坛。
但是:
我已经使用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"
}
}
很显然,它看起来...