I have a Rest API available which I would like to make available via an Google sheet for less tech oriented people. I was wondering if it is possible to hide the google script from the sheet if I share it with people? I have some sensitive information in the code like the authentication etc which I would like to hide. Moreover, it would be nice if they can't infer with the code. Is this possible?
Asked
Active
Viewed 4,198 times
-1
-
1Possible duplicate of [How to protect the Apps Script code in a Google spreadsheet?](https://stackoverflow.com/questions/16075446/how-to-protect-the-apps-script-code-in-a-google-spreadsheet) – Rubén Dec 23 '18 at 19:33
-
There seems to be a File>share in script editor(which doesn't work now), but maybe it'll be possible in the future to change container bound access. – TheMaster Dec 23 '18 at 19:50