Problem: My add-on is blocked by some companies.
Context: I've written an Google Apps Script add-on for Sheets that shows under Project Properties -> Scope: "https://www.googleapis.com/auth/spreadsheets.currentonly"
Error: But an error from a particular company suggests that the scope being broadcast is "scope=https://www.googleapis.com/auth/spreadsheets" (a more broad scope). This broader scope is blocked, but the more restrictive scope (above and as seen in my project properties) is ok according to the company.
Any ideas?
Thanks!