【问题标题】:Google people API i cant get the email addressesGoogle people API 我无法获取电子邮件地址
【发布时间】:2019-11-04 09:06:32
【问题描述】:
        gapi.client.people.people.connections.list({
       'resourceName': 'people/me',
       'pageSize': 120,
       'personFields': 'names,phoneNumbers,emailAddresses'
     })

[我已经将 emailAddresses 指定为我的人员字段之一,但我在响应中没有看到电子邮件地址,如下所示。this is the response in console.

【问题讨论】:

    标签: google-people-api


    【解决方案1】:

    也许检查您的范围是否允许您访问电子邮件地址,以及该联系人是否确实有一个电子邮件地址。我相信 API 甚至不会在字段为空时添加字段,而是使用空值填充字段。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-12-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多