Remove This Application Was Created By A Google Apps Script User [verified]
This comprehensive guide explores why this banner exists and details the four best actionable methods to remove or avoid it completely. Why Google Forces the Apps Script Disclaimer
In essence, Google is saying: “We don’t know who built this. Be careful.”
A reverse proxy acts as an intermediary. It requests the page from Google, reads the raw HTML string, removes the banner code programmatically, and then serves the clean HTML to the user. Example using a Cloudflare Worker: Create a free account on Cloudflare. Set up a new Cloudflare Worker with the following logic: javascript This comprehensive guide explores why this banner exists
When internal team members access the application, the consumer-facing warning banner will not render because the app stays within the organization's trusted boundary.
Navigate directly to your Google Apps Script web app URL ( /exec ). It requests the page from Google, reads the
This only works if every user is in the same Google Workspace domain as the developer. External users will still see the full warning.
Link your script to a new project in the Google Cloud Console . Navigate directly to your Google Apps Script web
The warning does not mean your app is dangerous. It simply means Google has not yet verified your identity and compliance with their API policies.
Sometimes the warning appears because of overly broad scopes. You can reduce or remove scopes to avoid triggering the warning altogether.