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

This is not a long-term fix. Google may flag apps that use test mode for production purposes, and you cannot exceed 100 users.

Google Apps Script (GAS) allows developers to build lightweight business applications integrated with Sheets, Docs, Gmail, and Drive. When a GAS project is deployed as a (executed as either the user accessing the app or as the developer), Google appends a footer line that states: “This application was created by a Google Apps Script user.” This is not a long-term fix

Google will email you with questions or approval. Once approved, your OAuth consent screen will show a checkmark (“Verified”). Your users will then see a clean permission dialog without the “created by a Google Apps Script user” warning. When a GAS project is deployed as a

❌ Deleting the line from appsscript.json ❌ Changing oauthScopes to empty ❌ Using ScriptApp.getProjectTriggers() tricks ❌ Deploying as “Execute as me” without sharing ❌ Deleting the line from appsscript

This only works if every user is in the same Google Workspace domain as the developer. External users will still see the full warning.