How to force the gmail inbox to reload/refresh?
问题 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