I’ve been attempting to publish a Google Sheets editor add-on on the Google Workspace marketplace for several weeks, but the review team’s feedback indicates that my app is categorized as a “Workspace Add-On” instead of the intended “Editor Add-On.” I’m puzzled as to why this classification error is occurring. I suspect that it may relate to my appscript.json setup, but I could be wrong and it might be something else entirely. If it indeed hinges on the formatting of the appscript.json file, could someone provide guidance on how it should be structured for a Google Sheets editor add-on? Here’s my current configuration:
hey! make sure that in ur appscript.json file, you specify "sheets": {} under the oauthScopes section to declare it as an editor add-on for Sheets. This indicates the capabilities of ur add-on. Also, double-check other scopes u hv included don’t mismatch it to a workspace addon.