如果我需要更新联系人的姓名或地址,可以将字段设置为“姓名,地址”。
我需要如何提供updateMask来单独更新像"middleName“这样的特定字段呢?Valid paths are documented at https://developers.google.com/people/api/rest/v1/people/updateContact.
我正在尝试从google的API中获取联系人列表,然后更新其中的一些。在运行updateContact函数时,我每次都会得到403Error Request person.etag is different than the current person.etag.我正在使用以下代码读取联系人的etag:results = service.people</
在我们的组织中,我们有一个内部开发的基于web的应用程序,它利用Google数据(GData) API (gdata-java-client)API来管理电子邮件用户帐户、电子邮件设置、昵称、配置文件更新我们在下面使用GData api,并希望确认/检查我们需要立即迁移到新的Google客户机库()上的所有api,以便服务能够顺利运行。1) Google - V2 (使用的URL{ourdomain}/User/2.0),
ListConnectionsResponse r = peopleService.people().connections()
.list("people/me")但不包括从Google+配置文件中收集的信息。这是不是也可以获取?我尝试获取单独的resourceName,但那里没有电子邮件。Person p = peopleService.people().get("people/XXxxx").execute();