In the hunt to list all (to include Other
) Contacts for a Gmail/GSuite user. The current People API
does not support this functionality, noting the following threads:
- Found this thread here, confirming such change in the API: Google Contacts API vs People API
- Google team noting it here: https://groups.google.com/forum/#!topic/google-contacts-api/iLsrN23xF6g
- Referencing ticket request for prioritization here: https://issuetracker.google.com/issues/36757468
When diving deeper, it seems the Contacts API is still functioning and can be used via gdata
https://developers.google.com/contacts/v3/
However, based on the following repo (https://github.com/google/gdata-python-client), there's limited documentation on implementation using OAuth2 (userID
, token
, refreshToken
), which is the current stumbling block to get the list of Other Contacts
Any help would be greatly appreciated, thanks!