If your published Google Apps Script web app or add-on shows the banner or footer text “This application was created by a Google Apps Script user” (or similar), it’s usually because the app’s OAuth consent or deployment settings aren’t fully configured for a verified, published project. Here’s a concise guide to remove that message and present a professional app.
The phrase “remove this application was created by a google apps script user free” brings thousands of people to forums and help desks every month. The confusion is understandable—Google’s warning text is stark and alarming. But now you know the truth: it’s a standard security feature, not a flaw. How to remove the “This application was created
Use a Front-End Framework: Host your UI on a free platform like GitHub Pages or Netlify and use the Google Apps Script purely as a Backend API (via doGet or doPost). This completely bypasses the Apps Script web app UI and its associated banners . 4. Configuration Check (Workspace Users) This completely bypasses the Apps Script web app
If you've created a Google Apps Script project and want to remove it, you can do so by following these steps: How to remove the “This application was created
// Encode the message var encodedMessage = Utilities.base64EncodeWebSafe(raw);