-
The documentation for the Contacts API states quite threatingly:
> Warning: The Google Contacts API is now deprecated and is scheduled for sunset on June 15, 2021. Apps should instead use the Peopl…
ghost updated
2 years ago
-
I am using the "vinc/oauthd-instance" Docker container version of oauthd, as well as the oauthd PHP SDK via composer.
It seems that the "/me" request for the "google" provider is hitting the "Legac…
-
* `gam print contacts` prints the Domain Shared Contacts
* `gam print gal` print the Global Address List
Both of the these commands use the Domain Shared Contacts API: https://developers.google.com/…
-
In Hybridauth\Provider\Google::getGmailContacts(), it's still using the deprecated API m8/feeds/contacts, it needs to be changed to the new API's:
To access personal contacts - https://www.googleapis…
-
needs to change `getUserContacts` to use new https://developers.google.com/people/
-
Hi there. We found the need to invoke google people api ( https://developers.google.com/people/ ) as we want to retrieve information from users when logging in our app, even if they don't have a googl…
-
Hi,
I want to translate a telephone number to a name from my google contacts.
My function node:
msg.payload = {
"query": "schwett",
"readMask": "names"
};
return msg;
My "googl…
-
The Search Contacts action for the Google Contacts component retrieves a list of contacts that match a specified search query within a user's Google Contacts account.
**Action properties:**
- quer…
-
Reason, currently gemini-1.5-flash is available for free.
Though personally i prefer paid APIs, but given an API provided for free by Google, Microsoft, Meta, Amazon, it makes it easy to do prototype…
-
We are currently using v17 with php SDK `v24.0.0`. The request id is null for the conversion upload client for e.g
```
public function getConversionUploadClient(): ConversionUploadServiceClient
…