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?