The notice “This application was created by a Google Apps Script user” cannot be removed directly from a standard script.google.com deployment without violating terms. However, three legitimate architectural alternatives exist: proxying with HTML rewriting, embedding in Google Sites, or publishing as a Marketplace add-on. Organizations requiring white-label solutions should consider proxy-based masking or enterprise licensing options.
The warning's behavior depends heavily on the type of Google account involved. The following table outlines who sees what under different conditions.
Do you have a where you could potentially embed the tool?
How to Remove "This Application Was Created by a Google Apps Script User" Warning The notice “This application was created by a
If you are a Google Workspace administrator and your application is intended for internal use only, you can remove the warning without going through the full, formal verification process. Google's policy states that verification is for Apps Script projects whose owner and users belong to the same Google Workspace domain or customer.
Requires significant coding knowledge; may violate Google’s Terms of Service regarding masking the origin of the script.
The most reliable, policy-compliant way to eliminate the banner is to run the script from a paid Google Workspace enterprise or business domain. The warning's behavior depends heavily on the type
For the most up-to-date and authoritative information, always refer to the official Google Apps Script and Google Cloud documentation:
"oauthScopes": [ "https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/gmail.send" ]
It is important to note that you cannot hide this banner using internal CSS or JavaScript within your script. Google intentionally isolates the web app in a different domain (e.g., googleusercontent.com How to Remove "This Application Was Created by
Keep your Google Sheets, Forms, or Drive logic in Apps Script.
The warning only appears when the script is accessed by someone outside your Workspace organization or by a consumer (Gmail) account user. 3. Complete Google Cloud Project Verification
: If your web app is shared only with users inside your Google Workspace organization, the banner will automatically disappear for them.
However, if you are just trying to delete a specific file (like a document named "Paper"), you can use the following code snippet: