'No "authorize" prompt appears when I try to share a Google Sheet with a script

I'm trying to share a Google Sheet with a bound apps script. I've tried testing it with my other google accounts, and the "authorize" prompt works correct. However, when other users try to run the bound script, they see this:

enter image description here

Why are they seeing this prompt instead of the proper authorization dialog? How can I allow others to use the script?



Solution 1:[1]

Looks like the problem is being investigated again as Kos mentioned, look at this issuetracker, last update was on Feb 15.

I'll recommend starring at this tracker and submitting your scenario to the issuetracker as well, you may as well try the following:

Add the following line to the top of the file /** @OnlyCurrentDoc */

There are other work arounds provided in the thread that may work for you.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Gabriel Carballo