I am trying to publish Google Sheet Addon just of users of my domain to install manually (not auto install for all users)
I've extracted my code from Google Sheets into a stand-alone script and try to deploy:
Which pops up a Chrome Store Listing draft; which I fill out:
I fill out the long Chrome Store Listing form but when I publish I get:
"There is no API Console project with the id specified in the manifest's api_console_project_id field."
My understanding is if you write your code in Google Script editor (https://script.google.com) that you should not and can not modify the project's manifest file so not sure where to go from here.