Remove This Application Was Created By A Google Apps Script User Exclusive -
Configure your OAuth consent screen details and add your privacy policy.
If the banner is a dealbreaker for your user interface, consider migrating your front-end (HTML/CSS/JS) to a standalone hosting service and using the Google Apps Script API or a backend service to interact with Google data. If you'd like to try the method, Is there any way to remove the banner? : r/GoogleAppsScript
Method 1: Embed the Web App via an IFrame (Best for Public Websites) Configure your OAuth consent screen details and add
I understand you want to remove the message "This application was created by a Google Apps Script user" from your Google Apps Script web app.
: If you're using the HTML Service to create a UI, ensure your HTML templates or the script that's generating the UI doesn't include the notice. : r/GoogleAppsScript Method 1: Embed the Web App
Removing the "This application was created by a Google Apps Script user" banner is a common goal for developers looking to create a more professional-looking web app. This banner is a security feature by Google to alert users that the application was not created by Google itself.
When you create an Apps Script project and deploy it as a or an add-on , Google automatically classifies it as an unverified app unless you meet specific criteria. This banner is a security feature by Google
Remember: The warning is not a bug. It is a feature designed to protect users. Removing it proves that you take security and transparency seriously.
A well‑known workaround is to on a page you control. This effectively hides the warning banner because the banner is part of the outer Google frame, and iframe restrictions prevent it from being displayed.
By decoupling the frontend from Google's hosting environment, your users will interact with a pristine, unbranded interface, eliminating the script user banner entirely. Summary of Options Technical Difficulty Internal business apps iFrame Embedding Public forms or simple dashboards GCP Linking Professional tools and branding Free / Variable API Decoupling Advanced web applications If you want to tailor this further, tell me:
If you are part of an organization with a Google Workspace account, internal applications created by your domain will generally not show this warning to other members of the same domain. The warning is mainly for external, public-facing, or personal account scripts. 2. Bypass via Chrome Extensions (The Workaround)