I’m trying to publish a Google Sheets Editor add-on, but the Google Workspace Marketplace SDK pages in Cloud Console fail to load.
Project details:
- GCP project:
(PII Removed by Staff)
-
- Account used in console:
(PII Removed by Staff)
- Issue:
- Both of these pages show a generic “Something went wrong.” error and do not load:
-
- App Configuration (
googleapps_sdk)
-
- Store Listing (
googleapps_sdk_publish)
- What I already did:
-
- Assigned IAM role
roles/appmetadata.workspaceMarketplaceAppConfigurationAdmin to (PII Removed by Staff) (policy update succeeded).
-
- Confirmed I am using a standard GCP project linked from Apps Script (not the default Apps Script project).
-
- Enabled and configured the Google Workspace Marketplace SDK.
- Representative request IDs shown with the errors:
-
510657321459852004
-
12910267875819947012
-
1099228782285252251
-
- Question:
- Is there another required IAM role/API/org policy, or a known backend issue, that causes Marketplace SDK App Configuration / Store Listing pages to fail with this generic error?
Update (2026-03-02): additional troubleshooting done with all personal details redacted.
- Reproduced the same issue across two different projects, including a newly enabled test project.
-
- In both projects:
appsmarket-component.googleapis.com enabled, billing linked, and role roles/appmetadata.workspaceMarketplaceAppConfigurationAdmin assigned.
-
googleapps_sdk and googleapps_sdk_publish still fail with generic “Something went wrong”.
- Additional request IDs from latest repro:
-
12001222324313172320
-
- Given this reproduces cross-project with required IAM role present, this looks like a backend/entitlement issue rather than project config. Could a Googler please escalate/check backend logs for these request IDs?
this issue is happening for me as well… did you ever find a solution?
As of now, Still no solution. I’m contemplating on whether or not to pay the extra 30 bucks to get access to their support system. Either way seems like its a back-end issue on their side. Needs to be fixed asap.
Hey! I found a solution that will hopefully work for you as well.
In my case, the issue was that my Cloud project was under an auto-created Organization (I had set up Cloud as “business” instead of a solo/personal setup). That org had policy constraints by default (I noticed this because in one of my tests when granting Owner to another account it failed with: “Owner role is restricted by the organization…”).
What fixed it:
- Create a new GCP project outside of the org (You just click “No organization” when you make a new project)
- Enabled Google Workspace Marketplace SDK there
- Link Apps Script to the new project.
- Reconfigure OAuth consent.
- Go back to the Google Workspace Marketplace SDK “App configuration” tab
After moving to a non-org project, the Marketplace SDK page loaded normally.