Remove This Application Was Created By A Google Apps Script User Exclusive «Official – 2025»
Some developers use browser-based tools to hide the banner on their own screens, but these .
For apps published from a Google Workspace account and used only within that same domain , the unverified app screen does not appear —even without verification. The banner only shows when the user is outside the publisher’s domain.
| 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. | Some developers use browser-based tools to hide the
I can provide the exact code or deployment settings for your specific setup. Share public link
: If your web app is shared only with users inside your Google Workspace organization, the banner will automatically disappear for them. The warning destroys trust
The most reliable "no-cost" way to remove the banner for external users is to embed your Apps Script web app into a Google Site.
Because Apps Script is a free platform , it is highly targeted by spammers. The banner acts as a permanent transparency notice. verify or rebuild on another platform.
If you use Google Sheets, Forms, or Web Apps to run custom scripts, you have likely encountered a prominent warning banner. It reads: "This application was created by a Google Apps Script user."
The only way to remove the banner for users outside your domain is to verify your OAuth client .
: The banner is automatically hidden for users logged into the same Workspace domain as the script owner.