Remove This Application Was Created By A Google Apps Script User Free ((new)) • Tested & Working
The light-blue warning banner stating "This application was created by a Google Apps Script user" is a security feature automatically added by Google to all web apps deployed via Apps Script
When you deploy a Web App within a Workspace domain and set the access permissions to "Anyone within [Your Domain]," the banner is typically removed for internal users. This is because Google assumes a level of trust within a managed organizational environment. However, if the app is shared with external users outside the domain, the banner may reappear to protect those external parties. Method 2: Link to a Standard Google Cloud Project
If you do not want to manage third-party hosting files or deal with manual HTML blocks, Google’s own product ecosystem offers a native, built-in bypass. Step-by-Step Implementation: The light-blue warning banner stating "This application was
The most reliable way to hide the banner for free is to embed your script's URL into a Google Site. When the web app is viewed through an iframe on a Google-hosted site, the warning banner is typically suppressed.
function doGet() return HtmlService.createHtmlOutputFromFile('Index') .setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL); Use code with caution. Copied to clipboard Method 2: Link to a Standard Google Cloud
Fill out the app branding details, including your App name, user support email, and developer contact information. Step 3: Request Brand Verification
Method 1: Upgrade to a Google Workspace Account (The Official Solution) function doGet() return HtmlService
When you publish a web app in Google Apps Script, Google requires verification for applications that access sensitive user data or run under someone else's account.
Here is a guide on how to get a clean, professional look for your Google Apps Script projects. How to Remove the Google Apps Script Header
The message " This application was created by a Google Apps Script user
Before attempting to remove the notice, it is important to understand why it exists. Google automatically attaches this disclaimer to any Web App or script-based UI that is not part of a verified Google Workspace domain or a published Google Cloud project. It serves as a warning to end-users that the application is third-party and not officially vetted by Google. Method 1: Upgrade to a Google Workspace Account