似乎存在谷歌人api的問題。Google人物API字段參數不起作用
如果你去下面的鏈接,測試出來的API, https://developers.google.com/apis-explorer/#p/people/v1/people.people.connections.list
嘗試:
GET https://people.googleapis.com/v1/people/me/connections?sortOrder=FIRST_NAME_ASCENDING&fields=connections(emailAddresses%2Cnames)&key= {YOUR_API_KEY}
結果甚至不顯示聯繫人的電子郵件地址你是在田野裏指定的。
感謝, 德里克