I cannot seem to get a search of Google Contacts using a query parameter to work.
I can successfully authenticate the user, get a list of Contacts Groups, and get a list of contacts within a group, but cannot get a search to work.
From the documentation, I'd assume that my URI would have to look something like this to do a search for "tracy" in the default user's contacts (assuming I've already been authenticated via OAuth2):
However, I get a "Bad Request" response (_rc = 400)
I suppose that I could download all the contacts and then do the search myself, but I can't imagine there's no way for GOOGLE(!) to do this search on the server.
Any help greatly appreciated! Thanks!