I am trying to update a Spreadsheet add-on made in GCP default project, but in trouble now. Firstly, I thought I had to switch default GCP project to standard GCP project because of the following article.
When standard GCP projects are required
When you wish to publish your script project as an add-on in the Google Workspace Marketplace.
https://developers.google.com/apps-script/guides/cloud-platform-projects#when_standard_gcp_projects_are_required
Then, I have done this one: Switching to a different standard GCP project. Now, I have the followings:
- Google Spreadsheet which has Google Apps Script with the standard GCP project number (i.e., No.2)
- Standard GCP project which has no listing in Google Workspace Marketplace
- Default GCP project which has the existing add-on listing in Google Workspace Marketplace
What is the next step? I am worried if I use the standard GCP project to make a new listing, there will be two listings and current users have to uninstall and install again. Is there any way to move the listing info from the default GCP project to the standard GCP project? It would be highly appreciated if you could give me warm help.