Deploy the Google script application to run without user authorization

I created a google script application for a google sheet for one of my classes. I posted a link on my website, but it forces my students to log in to Google (or register for an account). How can I prevent this so that they can just use the application?

+6
source share
1 answer

The answer depends on the nature of your script that you did not specify. When you mention the "link to [your] site", it looks like you published the script as a web application.

If this happens, just make sure you install the script in (a) how you and (b) have public access. See the screenshot of the Publish dialog box below.

screenshot

+7
source

Source: https://habr.com/ru/post/975318/


All Articles