Remove This Application Was Created By A Google Apps Script User [patched] -
The banner is a "price" of using the free consumer platform. If you use a paid Google Workspace
When deploying, set Execute the app as to "Me" and Who has access to "Anyone" . This ensures the script uses your credentials rather than asking the end-user for permissions, which can sometimes bypass the warning.
The banner appears automatically for or "Anyone, even anonymous". It's Google's way of making users aware that the app they're using is not an official Google product but rather a custom creation by a third party.
Do you have a where you could potentially embed the tool? The banner is a "price" of using the free consumer platform
Configure app manifest and project properties
Deploy from an organization-managed account
: If you're using a custom UI (like an HTML service), ensure that the notice isn't hardcoded into the HTML or the script's interface settings. The banner appears automatically for or "Anyone, even
/* Note: This does NOT work */ .apps-share-banner display: none !important; Use code with caution. Why this fails:
When you deploy a Google Apps Script as a web app, Google automatically displays a banner at the top or bottom of the page that reads, " This application was created by a Google Apps Script user.
There is no "off switch" in Google Apps Script settings to immediately remove this banner, but you can remove it through proper deployment and, in some cases, with third-party tools. 1. Authorized Deployment Options (The Official Fix) Configure app manifest and project properties Deploy from
The banner acts as a safety warning for unverified developers. To lift it, you must identify your "app."
When you deploy and set access to "Anyone within [Your Domain]," the banner is removed for your colleagues. Verification:




