Javascript – pass data from the server side to the GAS client side
I have a function for a web app that makes copies of templates, as parameters it receives the name of the template and the id of the template. CODE.gs function generate_(idTemplate, name) { var template = DriveApp.getFileById(idTemplate); var folder =…