Search code examples
google-apps-scriptgoogle-sheetsgoogle-cloud-platformgoogle-apps-marketplace

Status december 2020 - 'The deployment ID is not associated with the current project'


I'm trying to publish a simple Google Add-on.
I have followed each step of this Google Developers page and in the third step: Enable and configure the Google Workspace Marketplace SDK, in About App Configuration you have to enter the Deployment ID, the project script ID, the version and some links.
On clicking save, I get the same Issue over and over again; The deployment ID is not associated with the current project. I've tried this several times over several days and it still doesn't work.

Does anybody have a solution?
Could it be that Google is overloaded?

Thanks, greetings Gabriel.


Solution

  • You need to convert you Apps Script project into a standard GCP project

    This you can do by


    • going on Resources-> Cloud Platform project...

    enter image description here


    • and inserting a GCP project number:

    enter image description here


    • You can find the project number in the Dashboard of your GCP console

    enter image description here


    IMPORTANT

    You need to bind the Apps Script to exactly the same GCP project under which you want to deploy the Add-on with the Marketplace SDK