Remove This Application Was Created By A Google Apps Script User [verified] Official
To remove the "This application was created by a Google Apps Script user" banner, you must deploy the script as a Web App and access it via a Google Workspace (Business/Education) account rather than a personal @gmail.com account. 🛠️ Why the Banner Exists
Method 2: Removing Google Workspace Add-ons
If the application is an "Add-on" installed inside Google Docs, Sheets, or Slides, revoking access (Method 1) disconnects it, but the menu items might remain visible. To fully uninstall it: To remove the "This application was created by
Have you successfully removed the Apps Script warning? Share your experience in the comments below. The script uses scopes that Google classifies as
7. Conclusion
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. This won’t fully remove the line, but it
The short answer is no. There is no "off switch" in the Google Apps Script settings to hide this banner.
- The script uses scopes that Google classifies as "restricted" or "sensitive" (e.g.,
https://www.googleapis.com/auth/drive.readonly). - The script is published as a web app or used within a Google Workspace add-on.
- The script’s owner has not submitted the app for verification through Google Cloud Console.
This won’t fully remove the line, but it changes it to:
Part 7: Step-by-Step Example – Removing the Warning for a Sheet Automation Tool
Imagine you built a script that reads data from Google Sheets and sends personalized emails via Gmail. You want your 50 clients to use it without seeing the warning.