Remove This Application Was Created By A Google Apps Script User

AppSheet is Google's official no-code development platform. Because AppSheet apps require user authentication and follow rigid enterprise compliance rules, Google does not place the "Apps Script User" warning banner on AppSheet user interfaces.

and completing the OAuth verification process can sometimes help manage how warnings are displayed, though it is primarily for removing the "App not verified" screen rather than the footer banner. Google Groups Summary of Options Complexity Effectiveness Embed in Google Sites High (Best for internal/simple sites) Self-Hosted Iframe High (Provides custom domain feel) Workspace Domain High (Automatic for internal teams) Browser Extensions High (Only works for the person who installs it) Publish as Add-on Permanent (Official solution) : Attempting to hide this banner programmatically from the script's own HTML output using standard JavaScript ( document.getElementById

Complete the app branding forms by adding your app name, developer support email, and a link to your . AppSheet is Google's official no-code development platform

Google implements this banner as a mandatory security feature. Because Google Apps Script runs on Google’s trusted infrastructures ( script.google.com ), malicious actors could easily abuse the platform to build phishing pages that look exactly like official Google login screens or services. The banner serves two primary purposes:

Many developers attempt to use JavaScript or CSS directly inside their Apps Script Index.html file to remove the footer. The banner serves two primary purposes: Many developers

The banner will only disappear once Google trusts the application.

💡 Google keeps this banner as a security measure to prevent phishing. If your script is for public use, verification is the only official way to remove it. If you tell me more about your setup, I can help further: Using a personal Gmail or Workspace account? Targeting internal colleagues or public users? Linking to a Google Form or a Web App ? developer support email

Choose user type if you are publishing to the public web.

This prominent warning banner appears at the bottom of web apps built with Google Apps Script. Google automatically injects it as a security measure to prevent phishing and ensure users know the application is not an official Google product. Why Does This Banner Appear?