Why can't I retrieve emails addresses and phone numbers with Google People API?

后端 未结 5 1930
有刺的猬
有刺的猬 2020-12-29 00:59

I want to retrieve my contacts names, email address and phone numbers using the Google People API and I\'m using their Try it! tool to test the API.

The name

5条回答
  •  我在风中等你
    2020-12-29 01:37

    I have found a solution. According to the Google People API docs omitting this RequestMask field will include all fields but that's not happening. In my case setting the RequestMask field to person.names,person.emailAddresses,person.phoneNumbers works.

提交回复
热议问题