Remove This Application Was Created By A Google Apps Script User -

Abstract

Google Apps Script provides a powerful low-code platform for extending Google Workspace functionality. However, scripts deployed as web apps or add-ons display a persistent attribution footer: “This application was created by a Google Apps Script user.” This paper examines the origin, purpose, and technical limitations of removing this notice. It demonstrates that while the attribution cannot be eliminated via native platform settings, developers can implement three legitimate workarounds: publishing as a Google Workspace Marketplace add-on, using an HTML proxy with URL masking, or embedding the app within a Google Site. Each method is analyzed for compliance, complexity, and user experience impact.

Have you successfully removed the Apps Script warning? Share your experience in the comments below. Abstract Google Apps Script provides a powerful low-code

How to remove it:

For apps intended for the general public, you must link your script to a standard Google Cloud Project (GCP) and go through the OAuth verification process to be recognized as a "verified publisher". 3. What Doesn't Work Not recommended for login flows May break in

For many developers and businesses, this screen kills trust. It looks suspicious, unprofessional, and can scare users away before they even try your tool. The good news? You can remove this warning. But understanding how requires a clear understanding of Google’s security model. Have you successfully removed the Apps Script warning

  1. Scroll to the bottom of the OAuth consent screen page.
  2. Click Submit for verification.
  3. Google will ask you to justify why you need sensitive scopes. Provide a clear, honest explanation.
  4. Wait for Google’s review. You will receive emails with approval or requests for changes.

| Account Type | Can Remove Warning? | Notes | | --- | --- | --- | | Personal Gmail (@gmail.com) | ❌ No | You cannot complete verification. The warning will always appear for external users. | | Google Workspace Individual | ❌ No | Same restrictions as personal Gmail. | | Google Workspace Business / Enterprise | ✅ Yes | Domain admins can verify apps for internal use or public distribution. | | Google Cloud Platform (GCP) Project | ✅ Yes | Any account (including personal) can verify, but personal accounts rarely succeed unless you register a business. |