Frequently contacted contacts in Google Contacts API

纵然是瞬间 提交于 2020-03-06 09:13:22

问题


I'm trying to get the frequently contacted contacts from Google Contacts API version 3.0.

I have checked the Google documentation https://developers.google.com/google-apps/contacts/v3/ that there is no option provided for getting frequently contacted contacts.

Is this API providing the data for frequently contacted contacts or not? Please let me know.


回答1:


Unfortunately, I cannot also find related documentations regarding your case. I have found this SO post which stated that the "Most Contacted" section of the Google Contacts is inaccurate.

To perform the task of fetching the "most contacted" I'm requesting the user for readonly mail permission, and am actively reading the last 3 months email headers. This produces the same results, but with a huge privacy penalty. I wish google would've supported this natively.

You may, however, file a feature request for this.



来源:https://stackoverflow.com/questions/43914633/frequently-contacted-contacts-in-google-contacts-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!