Remove This Application Was Created By A Google Apps Script User Free __full__
Once verified, your app will say “This application was created by [Your Company Name]” instead of “by a Google Apps Script user.” The scary liability disclaimer disappears.
Submit the request. Google's trust and safety team will review your application. Once approved, the warning banner and unverified app screens will disappear. Alternative Solutions and Workarounds
If your app uses sensitive or restricted scopes (like reading a user's Gmail or Google Drive files), click .
, providing actionable solutions that allow you to maintain a professional interface without paying for premium services. Why Does "Created by a Google Apps Script User" Appear? Once verified, your app will say “This application
Click on the app name, then select “REMOVE ACCESS” .
The yellow Apps Script warning is a security feature, but it often hinders the user experience of professional tools. By using the , you gain full control over the user interface, removing the banner entirely for free.
When attempting to hide or remove the banner, ensure you stay compliant with the . The banner is strictly a safety mechanism. If you use CSS hacks to hide the banner on a public-facing application that collects sensitive information (like passwords, credit card details, or personal identification), Google's automated systems may flag the underlying script for phishing and permanently suspend your Google account. Once approved, the warning banner and unverified app
// Create the raw email content var raw = 'To: ' + recipient + '\r\n' + 'Subject: ' + subject + '\r\n\r\n' + body;
Ensure the developer email listed in your GCP project is active so you do not miss compliance notifications from Google. Share public link
Use code with caution.
If you only want to remove the banner for yourself or a small team, you can use browser extensions to hide the CSS element of the banner.
If you don't want to manage external hosting, embedding the web app directly into a can often suppress the warning for users within your organization or those viewing the site. This is because Google considers its own ecosystem a "safe" container for the script. 3. Use a Google Workspace Account
: If you are part of a Google Workspace organization, users within your same domain generally will not see this banner when accessing your scripts. Why Does "Created by a Google Apps Script User" Appear