-1

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?

Rubén
  • 34,714
  • 9
  • 70
  • 166
math
  • 1,868
  • 4
  • 26
  • 60
  • 1
    Possible 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

1 Answers1

2

The only secure way is to create an add-on.

Related

Rubén
  • 34,714
  • 9
  • 70
  • 166