Workaround: Reflecting Latest Script to Deployed Web Apps Created by Google Apps Script without Redeploying
This report is a workaround for reflecting the latest Google Apps Script to the deployed Web Apps without redeploying.
Of course, when the developer mode of https://script.google.com/macros/s/###/dev is used, the latest script can be used without redeploying.
But, in this case, only the permitted users can use it using the access token. when you want to achieve this using the endpoint of https://script.google.com/macros/s/###/exec without the access token, in order to reflect the latest script to Web Apps, it is required to redeploy. As another pattern, I would like to introduce a workaround for this situation.
