Category "google-contacts-api"

Use refresh token in Google's People API Client Library for .NET

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

actions-on-google has StatusRuntimeException from time to time

We use actions-on-google library: <dependency> <groupId>com.google.actions</groupId> <artifactId>actions-on-google</artifactI

Google People API - get contact details (batch)

Using Google People API, one can get a contact detail by its ID. "https://people.googleapis.com/v1/" + id + "?key=" + <KEY> + "&personFields=addresses

Moving from other contacts group in google contacts using google app scripts

I cant move my other contacts to my system group contacts via GAS var activeSheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet(); var group = Co

People API - QUOTA_EXCEEDED / FBS quota limit exceeded

The google people api page says correctly how to authenticate and list 10 example contacts and everything works perfectly: https://developers.google.com/people