How to force the gmail inbox to reload/refresh?

不打扰是莪最后的温柔 提交于 2021-01-01 06:28:53

问题


I have built an application that uses the import endpoint in the Gmail API Gmail.Users.Messages.import() to clone an email message but allow for subject changing.

It then deletes the original/old message using the remove endpoint Gmail.Users.Messages.remove()

I would like a way to refresh the Gmail inbox UI or even to just reload the web page from Google Apps Script - however, I'm not aware of how to do this - and a look around the internet hasn't proven especially helpful.


回答1:


Unfortunately it's not possible to control the user's Gmail interface via an API (or add-on). The best your application could do is instruct the user to do it themselves.



来源:https://stackoverflow.com/questions/56580344/how-to-force-the-gmail-inbox-to-reload-refresh

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