简体   繁体   中英

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.

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

This you can do by


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

在此处输入图像描述


  • and inserting a GCP project number:

在此处输入图像描述


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

在此处输入图像描述


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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM