Remove This Application Was Created By A Google Apps Script User Free !!link!! «Web»
Google removes this banner automatically under specific organizational accounts. If you run your script using a paid Google Workspace account (formerly G Suite) and restrict access to users inside your own domain , the banner will not display. Open your Apps Script project. Click > New deployment . Select Web app . Under Who has access , select Anyone within [Your Domain] .
Have you deployed a Google Apps Script as a web app, only to have your interface ruined by a bright blue banner at the top? The message, is a standard security warning Google imposes on scripts that are not formally verified.
Once hosted, share the URL of the , not the direct Apps Script URL. When users visit that page, they will see your application within the IFrame, and the warning banner will be hidden. Click > New deployment
Sign up for a Google Workspace account using your custom domain (e.g., you@yourcompany.com ).
If you require a completely clean, unbranded user interface and do not want to pay for Google Workspace, you must stop using Google Apps Script to serve your HTML front-end. Instead, use Apps Script strictly as a backend API. Have you deployed a Google Apps Script as
That’s from the user side. The message is part of Google’s OAuth permission dialog, which cannot be modified or removed by CSS, JavaScript, or any script trick. You must go through verification.
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. or any script trick.
Log into your (e.g., you@yourfirm.com ). Open your Google Apps Script project. Click on Deploy > New deployment .