Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 333
02fentym Avatar asked Sep 15 '14 18:09

02fentym


1 Answers

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

like image 149
Mogsdad Avatar answered Oct 16 '22 09:10

Mogsdad