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?
0
votes
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).
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