Reputation: 1429
I have a Email Merge App which used to be container-bound, but my goal is to move it to an internal addOn for Sheets so my team can use it. The App inserts values from a Sheet into a Gmail Draft and sends it to the list of recipients, nothing special. Yet the way to publishing has been special, sadly. I've developed projects before, but they are Workspace Addon, yet this project requires it to be a Sheets addon.
In order to publish the addOn I've followed the instructions, but I get the following error in the App Configuration
(GCP > Marketplace SDK) when I try and save the Script and Deployment Ids (new deployments auto creates a version):
Project Key is not associated with the current project or the script version doesn't exist.
Yet I can assure the following, my Script:
I can also assure the following from the Marketplace SDK
Further Background Information of what I've tried and which did not lead to success:
Upvotes: 1
Views: 191
Reputation: 1429
The key was to to use the Version Number, not the actual Version / Deployment Id. Basically, within the Marketplace SDK > Configuration, the following fields were applied:
Upvotes: 3