How to Publish Google Script as a Web App
You can publish a Google Apps Script as a web app and anyone can run your scripts directly from their browsers. For instance, if you have a file upload Google Form, you can publish the script as a public web app and even anonymous users, who are not logged into their Google accounts, will be able to upload files to your Google Drive.
When deploying a Google Apps Script ha a web app, you can specify who has access to your web app:
- Only myself - only the script owner can access the web.
- Any member of domain - only members who are part of your Google Apps domain can access the app.
- Anyone - Anyone can access the web app, but they need to be logged into their own Google account.
- Anyone, including anonymous - Users who do not have Google accounts can also access your web app.
If you are unable to publish your web app for anonymous usage, it is likely that your Google Apps admin has disabled the option for the organization.
Allow users to share outside Google Apps domain
Some Google Apps admins, for privacy reasons, may disallow users in the domain from sharing documents and files outside the organization. In such cases, the option to publish a web app for anonymous usage is unavailable too.
- Sign in to the Google Admin console at admin.google.com
- Go to Apps > Google Apps > Drive > Sharing settings.
- Under Sharing outside of organization, select ON.
- Select the option - Allow users in organization to publish files on the web or make them visible to the world as public or unlisted files.
You can use the Google Drive Auditor to audit the sharing permissions of your files and know who has access to Drive.
Amit Agarwal
Google Developer Expert, Google Cloud Champion
Amit Agarwal is a Google Developer Expert in Google Workspace and Google Apps Script. He holds an engineering degree in Computer Science (I.I.T.) and is the first professional blogger in India.
Amit has developed several popular Google add-ons including Mail Merge for Gmail and Document Studio. Read more on Lifehacker and YourStory