The message "This application was created by a Google Apps Script user" is a mandatory security banner displayed by Google on web apps created with Google Apps Script. It is designed to alert users that the application was not created by Google and may request sensitive permissions.
Limitations:
For end-users, this message is alarming. It suggests the app is unsafe or unverified. For developers, it creates friction, reduces adoption, and damages trust. The natural question is: How do I remove this message? The message " This application was created by
This application was created by [your domain] There is no single "off" switch in the
There is no single "off" switch in the script settings, but you can remove or hide it using these methods: Google requires scripts that access sensitive data to
Check App-Specific Settings: Some Google Workspace apps have settings that allow developers to add notices or disclaimers. Review the settings of the app in question.
Publish as an Add-on: Converting your script into a verified Google Workspace Add-on removes the banner, as the application becomes a "verified publisher". This requires a more intensive development and verification process.