Remove This Application Was Created By A Google Apps Script User

If the Application is a Google Apps Script Project

  1. The most reliable "no-cost" way to remove the banner for external users is to embed your Apps Script web app into a Google Site.

    If you only want to hide the banner for yourself or a specific set of users, you can use browser-based tools: Google Apps Script remove warning banner - Stack Overflow If the Application is a Google Apps Script Project

    Best practices:

    1. Use built-in Apps Script services where possible – Some services (like SpreadsheetApp) use automatic, less-scary permissions.
    2. Avoid combining unrelated scopes – The more sensitive permissions you request, the more suspicious Google becomes.
    3. Publish as a Google Workspace Add-on – Add-ons go through a streamlined review.
    4. Use service accounts for backend tasks – If users never see an OAuth screen, they never see the warning.