How to search for a contact using the Google People API

I am using google google API. For this, I use the java client library. I can make a list, add, update, receive contacts, but I can not search for a contact using the people API. For example, if I want to get contacts by phone number, start with (+919500) or Name start with the letter "M". how to achieve this? Please help me find a solution for this.

Note: I do not need the result using Contact API v3 or Google +, because these APIs are deprecated.

+4
source share

Source: https://habr.com/ru/post/1685134/


All Articles