Remove This Application Was Created By A Google Apps Script User

To remove the "This application was created by a Google Apps Script user" banner from your web app, you generally need to change how the script is hosted or verified, as it is a built-in security feature for unverified scripts. Primary Solutions

| Use Case | Recommendation | |----------|----------------| | Internal company tool (<100 employees) | No need to verify. Use domain-only access. | | Public tool for customers | Yes, verify. The warning destroys trust. | | Personal script for yourself | Ignore the warning. Only you see it. | | School / university project | Ignore. Not worth the cost. | | Paid SaaS built on Apps Script | Yes, verify or rebuild on another platform. | To remove the "This application was created by

How to use this for removal:

The notice “This application was created by a Google Apps Script user” cannot be removed directly from a standard script.google.com deployment without violating terms. However, three legitimate architectural alternatives exist: proxying with HTML rewriting, embedding in Google Sites, or publishing as a Marketplace add-on. Organizations requiring white-label solutions should consider proxy-based masking or enterprise licensing options. | | Public tool for customers | Yes, verify

If you have ever built a custom tool, automation, or add-on using Google Apps Script and shared it with colleagues or clients, you have likely encountered a frustrating pop-up message. Only you see it

Use a Google Workspace Account

: If the script and the users are within the same Google Workspace domain, the banner does not appear.

Reach Out to Google Support or Forums

: If you're still unsure, consider reaching out to Google Support or posting your question on a relevant forum (like the Google Apps Script community on Stack Overflow).