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.”
The message " This application was created by a Google Apps Script user How to Remove “This Application Was Created by
" is a mandatory security banner added by Google to identify that a web app was not developed by Google itself. While there is no official "free" button to toggle it off, you can bypass or hide it using the following methods: 1. Embed as an iFrame No legitimate support channels
: The banner is not shown to users within the same organization domain. External Users : The banner is not shown to users
If your script is a web app (HTML/doGet), the warning appears heavily. But if you can embed your code as a library:
To remove the "This application was created by a Google Apps Script user" banner for free, you must embed your Google Apps Script web app into another webpage. Google automatically adds this banner to standalone web apps as a security notice to users.
[1, 3]. It existed to let users know the app wasn't an official Google product, preventing phishing and keeping the ecosystem safe [1].