: While this primarily removes the "Google hasn't verified this app" warning screen, it is the only way to officially identify your developer credentials to Google. Google Site to hide the banner? Is there any way to remove the banner? : r/GoogleAppsScript
If your app uses sensitive or restricted scopes (like reading a user's Gmail or Google Drive files), click .
| Myth | Truth | |------|-------| | “You must pay Google $100 every year.” | Only for restricted scopes. Basic verification is a one-time ~$25 fee. | | “Deleting and recreating the script removes it.” | No. The warning follows the script ID and sharing settings. | | “Publishing to the Marketplace automatically removes it.” | No. You still need verification unless publishing internally. | : While this primarily removes the "Google hasn't
You will most likely see this warning if you meet these conditions:
If your script is created within a Google Workspace account and is deployed only for users inside your same organization (your domain), the banner will not appear. : r/GoogleAppsScript If your app uses sensitive or
Users outside your domain will see the unverified app warning screen. Additionally, unverified apps have a user cap (typically 100 users), and you'll see a warning message each time users attempt to authorize the script.
For a permanent, "official" removal without workarounds, you must associate your script with a Google Cloud Project and go through the OAuth verification process . This typically requires a verified domain and a privacy policy. | | “Deleting and recreating the script removes it
The banner is automatically omitted for active users signed into the exact same Google Workspace domain as the file owner. Because your tenant workspace is already verified at the enterprise account level, Google does not require the tracking warning header.
// ==UserScript== // @name Remove Apps Script Warning // @match https://script.google.com/* // @match https://*.googleusercontent.com/* // ==/UserScript== setTimeout(() => let warning = document.querySelector('.warning-banner'); if(warning) warning.style.display = 'none'; , 2000);
Method 1: Upgrade to a Google Workspace Account (The Official Solution)
Warning - Adult content
Are you 18 years old or older?