Remove This Application Was Created By A Google Apps Script User Direct
When users visit your custom site, the banner disappears entirely. Method 2: Embed Within Google Sites
The banner will only disappear once Google trusts the application.
If you are designing internal inventory tools, employee portals, or company automations, you do not have to look at the banner.
I can provide the exact code snippets customized for your project setup. Share public link When users visit your custom site, the banner
, the banner is often suppressed. For this to work, you must set the X-Frame-Options in your Apps Script code to allow embedding: javascript HtmlService.createHtmlOutputFromFile(
The cleanest way to hide the banner is to embed your Google Apps Script web app URL inside an on a standard website that you own (e.g., WordPress, Webflow, or a custom HTML site). Step-by-Step Implementation: Open your Google Apps Script editor.
For apps intended for the general public, you must link your script to a standard Google Cloud Project (GCP) and go through the OAuth verification process to be recognized as a "verified publisher". 3. What Doesn't Work I can provide the exact code snippets customized
URL, you can host a simple HTML page on your own domain (e.g., via GitHub Pages) and embed the Apps Script URL inside an
Extensions like "Custom JavaScript for websites" can be used to inject code that sets the CSS of the banner to display: none; .
If the script is shared only with users inside your organization , the banner typically disappears. What Doesn't Work URL
" This is a mandatory security feature intended to inform users that the application is not an official Google product. Google Issue Tracker
The banner version you see in web apps is a distinct measure from the "unverified app" screen that appears during the OAuth consent flow, though both stem from the same underlying security philosophy. The OAuth screen is more severe, requiring users to click through a warning before granting permissions.