I am rewriting an app that used Google Contacts API (RIP) to use People API. I already have a refresh token. Previously, I created an instance of the OAuth2Para
We use actions-on-google library: <dependency> <groupId>com.google.actions</groupId> <artifactId>actions-on-google</artifactI
Using Google People API, one can get a contact detail by its ID. "https://people.googleapis.com/v1/" + id + "?key=" + <KEY> + "&personFields=addresses
I cant move my other contacts to my system group contacts via GAS var activeSheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet(); var group = Co
The google people api page says correctly how to authenticate and list 10 example contacts and everything works perfectly: https://developers.google.com/people