I have created a Google Apps Script. It is a Web form which is deployed as a web application. I can successfully put it on Google Sites page. Anonymous users can go to my Google Sites page and can view/fill-out and submit the form and it writes to my Google sheet with no issues.
My permissions settings follows:
"Execute the app as:" = "Me([email protected])" and
"Who has access to the app:" = "Anyone even anonymous"
So I want to distribute the form to other Google Sites webmasters so they can use it on their Google Sites Page. But I want it to be their form writing to their own spreadsheet.
The following option is not available:
"Execute the app as:" = "User installing the web app" and
"Who has access to the app:" = "Anyone even anonymous"
Can anyone think of a way that a developer could distribute this type of work to others that would be less clunky than a copy/paste solution and a related tutorial on making their own Google Apps Script with the developers code.
In a perfect world this code would be distributed with a link and the code would be hidden from Mr. code thief.
Any ideas?