Remove This Application Was Created By A Google Apps Script User Free !!better!!

Keep your Google Apps Script project active, but do not deploy it as a web app. Instead, keep it as an API.

Does your script require access to (like Gmail, Drive, or Calendar)? Share public link

If you require a completely clean, unbranded user interface and do not want to pay for Google Workspace, you must stop using Google Apps Script to serve your HTML front-end. Instead, use Apps Script strictly as a backend API.

Are you tired of seeing the annoying message "This application was created by a Google Apps Script user. If you are the owner of this application, please verify that your Google Apps Script project has a valid OAuth2 client ID." every time you try to access a Google Apps Script-based application? Do you want to remove this message and make your application look more professional? Well, you're in luck! In this article, we'll show you how to remove this message and make your Google Apps Script application look more legitimate.

Google includes this warning by default on all free Apps Script web apps to prevent phishing and ensure users know the application is not an official Google product. However, it can look unprofessional if you are building tools for clients, employees, or public use. Keep your Google Apps Script project active, but

Expand the boundary lines of the newly rendered layout window to fill your entire canvas layout. Click to make your site live. Why It Works:

While there is no direct "off" switch in the settings to remove the branding banner for free, you can use technical workarounds to hide it from your end users. Google includes this banner as a security measure to alert users that the application was not created by Google itself. Workaround 1: Embedding via Iframe

Scroll down to the section.

Before removing a Google Apps Script project, make sure to: Share public link If you require a completely

Select your linked project and navigate to > OAuth consent screen . Set the User Type to External .

In this comprehensive guide, we will explain what this message actually means, why Google shows it, and step-by-step how to remove it permanently without paying for expensive third-party "cleaners" or "uninstallers."

When deploying your web app in Apps Script, look at the Execute as setting. If you set it to "Me", the app runs using your permissions, which can sometimes bypass certain consumer-facing warning screens depending on your workflow.

Here is a free workaround:

The banner "This application was created by a Google Apps Script user" is a security feature implemented by Google to inform users that the web app they are accessing was created by a third party and not by Google itself.

Instead of serving HTML using HtmlService , configure your script to receive GET or POST requests and return data in JSON format using ContentService . javascript

How to Remove the "This Application Was Created by a Google Apps Script User" Warning