02fentym
02fentym

Reputation: 1772

Deploy Google app script to run without user authorization

I've created a google app script for a google sheet for one of my classes. I've put a link on my website, but it forces my students to log in to google (or sign up for an account). How can I prevent this from happening so that they can just use the app?

Upvotes: 8

Views: 9126

Answers (1)

Mogsdad
Mogsdad

Reputation: 45720

The answer depends on the nature of your script, which you haven't specified. As you mention "a link on [your] website", it sounds like you've published the script as a web app.

If that's the case, then just ensure that you've set the script to (a) run as you and (b) have open access. See the screenshot of the Publish dialog, below.

screenshot

Upvotes: 12

Related Questions