Remove This Application Was Created By A Google Apps Script User - Updated
There is no direct "off" switch to remove the "This application was created by a Google Apps Script user" banner from a standard web app, as it is a built-in security measure by Google
- App name (e.g., “My Business Tools”)
- User support email
- Developer contact email
- Add your Privacy policy and Terms of service URLs.
Google Workspace Accounts
: For internal apps, the banner is often not shown to users who are part of the same Google Workspace domain as the script owner. Why the Banner Exists There is no direct "off" switch to remove
In this guide, we will explore the reality of this disclaimer and the best ways to work around it. Can You Directly Remove the Banner? App name (e
- Go to Google Cloud Console
- Select your project
- Go to APIs & Services > OAuth consent screen
- Choose Internal (not External)
- Fill in your app name and domain
- Publish the app (no verification needed for internal)
Search Your Code
: Perform a search across your project files for any references to "long review" or similar notices to ensure it's not hardcoded somewhere. Google Workspace Accounts : For internal apps, the