Remove This Application Was Created By A Google Apps Script User Free Work -

False. The message is attached to the OAuth consent screen, not your IP address or browser privacy settings.

Create your Apps Script web app and deploy it, setting access to "Anyone".

The warning is completely removed for all users. The warning is completely removed for all users

: For personal use or public displays, you can use browser extensions like uBlock Origin or custom CSS injectors to set the banner's container (often with an ID like warning ) to display: none; . Note that this only hides the banner for you, not other users.

: Embedding only hides the visual banner. Users will still see an authorization popup the first time they run a script that requires access to their Google data. : Embedding only hides the visual banner

This completely eliminates the warning message because Google trusts internal organizational scripts. Note that if you change this setting to "Anyone" (making it public to personal @gmail.com users), the banner will return.

Option 2: Embed the Web App in an iFrame (The Seamless Wrap) not other users.

If the web app you are designing is built specifically for internal team workflows, employee dashboards, or operations inside a business or school environment, you can use domain constraints to drop the banner completely. Step-by-Step Implementation: Open your code editor and select > New Deployment .

If your app is only used by a small team, you can sometimes avoid the banner by configuring the deployment to only allow users within your Google Workspace domain to access it. Open your script editor. Go to > New deployment .