Remove This Application Was Created By A Google Apps Script User ●

| Situation | Can you remove the line? | |-----------|----------------------------| | Unverified external app | ❌ No | | Internal Workspace app | ⚠️ Changes to domain name | | Verified public app | ✅ Yes (replaced with your name) |

Most simple automations can avoid restricted scopes. If you need unrestricted Drive or Gmail access, be prepared for significant costs. | Situation | Can you remove the line

For public-facing applications that cannot be restricted to a Workspace domain, the official way to remove security warnings is through Google Cloud verification. For public-facing applications that cannot be restricted to

: You can host a simple HTML file on your own domain (e.g., via GitHub Pages) and embed the Apps Script URL within an . While the banner may still technically exist within the frame, it is isolated from your main site's branding. Steps taken (brief, numbered): list exact actions so

Steps taken (brief, numbered): list exact actions so others can reproduce. Example:

❌ Deleting the line from appsscript.json ❌ Changing oauthScopes to empty ❌ Using ScriptApp.getProjectTriggers() tricks ❌ Deploying as “Execute as me” without sharing