问题
According to Google Apps Script, container-bound scripts https://developers.google.com/apps-script/guides/bound is limited to that file.
I wrote a script that reads some values of GSheet and submits it to the server.
But I also want this spreadsheet to be cloned for different usages. But each time I clone this spreadsheet, it creates a new container-bound script and it asks for permissions again.
Is there a way to clone the spreadsheet and have it run the script without asking for permissions again?
来源:https://stackoverflow.com/questions/62159168/what-is-the-best-way-to-create-container-bound-scripts-that-can-be-cloned