To remove the "This application was created by a Google Apps Script user" banner from your web app, you need to transition the project from a personal account to a professional environment.
⚠️ Note: Standard CSS within your HtmlService code (like style="display:none") will not work because the banner is generated outside of your app's body tag in a parent iFrame controlled by Google. To remove the "This application was created by
within Google Apps Script to toggle this banner off. However, there are specific deployment methods and workarounds that can hide or eliminate it. Ways to Eliminate the Banner Use a Google Workspace Organization Account The banner is generally Use a custom title that reflects your application's
Cost: While publishing itself is free, obtaining the necessary verification often requires a Workspace account, which is a paid service. Important Limitations ⚠️ Note: Standard CSS within your HtmlService code
myaccount.google.com.Step 1: In your Apps Script editor, click Deploy > New deployment.