I have authorized https://www.googleapis.com/auth/contacts, though I still receive the error:
$ gws people people searchContacts --params '{"query":"","readMask":"names,emailAddresses"}'
{
"error": {
"code": 403,
"message": "Request had insufficient authentication scopes.",
"reason": "unknown"
}
}
The same query works in API Explorer.
I have authorized
https://www.googleapis.com/auth/contacts, though I still receive the error:The same query works in API Explorer.