Application Was Created By A Google Apps Script User [extra Quality] - Remove This
Package your codebase into a Google Workspace Add-on product.
This is the fastest way to get rid of the warning for company tools. It does not require Google’s security review.
The banner ensures transparency by signaling that an independent account built the tool. However, the banner presents massive roadblocks for professional developers: Package your codebase into a Google Workspace Add-on product
When you create an Apps Script project and deploy it as a or an add-on , Google automatically classifies it as an unverified app unless you meet specific criteria.
| Mistake | Why It Fails | |---------|---------------| | Using default GCP project | Cannot be verified. Must use your own project. | | Privacy policy missing or invalid | Google rejects verification. | | Sensitive scopes not justified | Vague descriptions cause rejection. | | App still deployed under old version | You must create a after verification. | | Access set to “Only myself” | External users won’t see the verified status. | | Using @gmail.com as owner | Verification is impossible. | The banner ensures transparency by signaling that an
or a custom CSS injector to set the warning element's display to CSS Selector #warning display: none !important; GitHub Pages site to host the iframe for your application? AI responses may include mistakes. Learn more
function doGet(e) return HtmlService.createHtmlOutputFromFile('index') .setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL); Must use your own project
If you are the user who created the script and you want to stop it from running automatically (e.g., sending emails at midnight), you must delete the triggers.
Method 1: Upgrade to a Google Workspace Account (Easiest Solution)
By default, Apps Script uses a hidden default GCP project. You need to create your own.