Remove This Application Was Created By A Google Apps Script User [verified] -

Remove This Application Was Created By A Google Apps Script User [verified] -

If you are developing an internal business tool rather than a public-facing website, you can remove the banner completely by limiting your deployment permissions.

Is this web app for or the public public ?

If you are building the application exclusively for your personal use or a tiny tech-savvy team, you can block the DOM element locally using content filters.

When you deploy a Google Apps Script as a web app, Google automatically displays a banner at the top or bottom of the page that reads, " This application was created by a Google Apps Script user. If you are developing an internal business tool

If you went to your Google Account permissions (often found at myaccount.google.com > Security > Third-party apps) and see an app named "Paper" created by a "Google Apps Script User," it means you (or a script you interacted with) authorized a script to access your data.

I can then walk you through the specific technical steps for that setup!

: Building and publishing your project as an Editor Add-on will remove this specific web app banner. When you deploy a Google Apps Script as

No. The warning is purely informational. Your script continues to run perfectly. Users can click through and use the app normally. However:

The short answer is that the "This application was created by a Google Apps Script user" banner from a native Google Apps Script web app [1, 2]. Google deliberately hardcodes this warning banner at the top of the screen as a mandatory security feature to prevent phishing and protect users [1, 2].

Ensure your HTML output is clean and professional. A professional interface sometimes reduces the chances of users reporting it, which could otherwise lead to stricter warnings. : Building and publishing your project as an

You can remove these applications through your Google Account permissions settings.

| 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. |