Gmail API: Triggering in-webpage refresh

僤鯓⒐⒋嵵緔 提交于 2019-12-11 09:42:59

问题


I'd like to trigger the in-webpage refresh button programmatically for the purpose of applying labels to emails without making the user manually refresh the page or make some other page action in order to see the labels. Is this possible to do? All of the documentation I am finding is surrounding refresh tokens, which is obviously something different.

Thank you for your time.


回答1:


There's no way to do that from the Gmail REST API (i.e. trigger refresh action in web browser viewing the gmail page). If you're running as a browser extension on the other hand, then sure.



来源:https://stackoverflow.com/questions/31464304/gmail-api-triggering-in-webpage-refresh

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