Remove This Application Was Created By A Google Apps Script User

When your coworkers open the link, the security warning will be hidden. Method 3: Transition to a Google Workspace Add-on

Set to Anyone or Anyone with a Google account . Copy the generated Web App URL ending in /exec .

Ensure your HTML files include the proper viewport meta tag: When your coworkers open the link, the security

Create a new project or select an existing project tied to your business or organization. Copy the from the main dashboard. Step 2: Link Your Apps Script to Google Cloud Open your project in the Google Apps Script Editor .

Use code with caution.

Before attempting to remove the banner, it is vital to understand why Google enforces it. Google Apps Script allows developers to build functional web apps hosted on Google’s infrastructure using modern JavaScript. Because these apps run under the script.google.com domain, malicious actors could easily recreate official Google login pages to steal user credentials.

Once your project is verified as a "Verified Publisher" by Google, the banner and "unverified app" warnings will disappear for all users. Note that this process can take several weeks and may require a security audit if you use restricted data scopes. 4. Technical Workarounds (For Personal Viewing) Ensure your HTML files include the proper viewport

While the banner still technically exists inside the iframe, it stays contained within that frame. If you style your website correctly, the banner feels less like a "system warning" and more like a small footer or header element within a specific window. Method 2: Using a Custom Domain with a Proxy (Advanced)

function doGet(e) var output = HtmlService.createHtmlOutputFromFile('Index'); output.setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL); return output; Use code with caution. Use code with caution

This application was created by [Your Company Name]