使用以下
Windows 10 x64
Microsoft Visual Studio 2015社区版
针对Dot Net Framework 4.6
通过NuGet安装了Google.Apis.People.v1(它安装了所有依赖项)
我可以通过致电列出用户联系人
PeopleService.People.Connections.List("people/me").Execute
返回ListConnectionsResponse
现在,我可以使用ListConnectionsResponse.Connections
属性
现在我要更新Person.Photos
我在https://developers.google.com/people/上搜索过但未发现有关更新的内容,我最好的猜测是,它尚未得到支持。
你能指点正确的方向帮我吗,如果我错了,请纠正我吗?