Remove This Application Was Created By A Google Apps Script User !exclusive! Free Jun 2026
If you have landed on this page, you are likely staring at a frustrating pop-up screen in your Google Drive or Google Workspace account. The warning reads: “This application was created by a Google Apps Script user. It is not a Google application. If you decide to allow access, the developer will not be liable for any loss or damage.”
Navigate to your Index.html file (or whichever HTML file handles your front-end interface).
Expand the boundary lines of the newly rendered layout window to fill your entire canvas layout. Click to make your site live. Why It Works:
Instead of directing users to the ugly ://google.com URL, you host a tiny node.js, Python, or PHP script on a free cloud hosting tier (like Vercel, Netlify, or Render). This script fetches your Apps Script page behind the scenes, strips out the banner container via code, and displays the clean interface to the end-user. Step-by-Step Implementation via Node.js (Vercel/Netlify) If you have landed on this page, you
Hiding the top banner does not bypass the initial OAuth authorization screen. First-time users will still need to click "Advanced" and "Go to [Your App]" if your script requires access to their Google Drive, Gmail, or Sheet data.
Create a manifest.json file to define your Chrome Extension.
Code adapted from user experiences in the Google Apps Script community. If you decide to allow access, the developer
Method 1: Upgrade to a Google Workspace Account (Official Method)
If you do not want to embed the app, the only "official" way to remove the banner is to link your script to a and go through the OAuth verification process . This is complex and usually requires a privacy policy and a domain name. Summary of Limitations
. There is no official "button" to turn it off for free consumer accounts, but you can bypass or hide it using these methods: Google Issue Tracker 1. Embed in a Website or Google Site The most common legitimate way to remove the banner is by your web app URL into another page. Google Sites: When you embed a script into a Google Site , the banner is typically suppressed for users. External Iframe: You can host a simple HTML page on a platform like GitHub Pages and use an Why It Works: Instead of directing users to
While the form is free, legal advice for privacy policies is not.
Google includes this warning by default on all free Apps Script web apps to prevent phishing and ensure users know the application is not an official Google product. However, it can look unprofessional if you are building tools for clients, employees, or public use.
If you are part of a (business or education), ensure you are deploying the app with the correct settings. Execute As: Set this to "Me" (your admin/account).