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

Removing "This application was created by a Google Apps Script user" from a Google Apps Script Project

public web app

If you are distributing a or add-on to users outside your domain, you cannot remove the warning for free. Google mandates verification through the OAuth verification process .

Only locally via browser extensions. The server-side security dialog remains. Removing "This application was created by a Google

  1. Uses sensitive OAuth scopes (e.g., access to Gmail, Drive, Sheets).
  2. Is unpublished (not reviewed by Google).
  3. Is used by external users (not just the script owner).

Domain Restrictions:

If you use a Google Workspace account, the banner will not appear for other users within the same domain . Uses sensitive OAuth scopes (e

Script Snippet

: document.getElementById('warning').style.display = 'none'; . 5. Official Verification (Long-Term Solution) Domain Restrictions: If you use a Google Workspace

If the app is only for your personal use or a small internal team, you can use a browser extension to hide the banner locally.