Reputation: 168
I have some GAS currently being run off of a spreadsheet. They will eventually move to a published service, however, the current issue needs to be resolved first.
I'm running into an issue where a script that I've written, and other users have used in the past are receiving the Subject error message.
A new script I can run (but others cannot) has been taken down to a single test function
function hello()
{ Browser.msg("Hello There") }
This still generates the "You do not have authorization to perform that action."
My older script has had no script changes and now users receive the same error.
Upvotes: 0
Views: 795
Reputation: 168
I hadn't updated the Sharing settings on my script. Maybe that's what Jan was referring to...
Thanks Jan !
Upvotes: 1