0
votes

If you have the link to the Google Sheet Script Editor you can view it in read only mode if you have the link to get there but it seems you can't have access to that link unless you have edit permission... is there anyway to get to the view only Script Editor without having the link or copying the entire project?

1
Have we established that a bound script can be shared without also sharing the container? There "is" a Shareoption (File>Share) in the Script Editor, but I couldn't get it to complete a share where the the script was "view" only. - Tedinoz
@Tedinoz let's test it, share with me a script, and then I will bring it up and then revoke my access and we can see if it let's me stay in read only mode, do you have Skype? - CodeCamper
Although I don't know whether this is possible(It wasn't possible during brief testing), It's safe to assume, read access to the spreadsheet includes read access to the bound script project. Why do you want to hide it? - TheMaster

1 Answers

0
votes

No, there is no way to do that.

As explained in the official documentation, if you only have view access to the parent file, the only way to access the script is by making a copy of the parent file.

And a bound script cannot be shared without sharing the container file (they cannot be detached from the file they are bound to, as indicated here).