Reputation: 65
When I try to publish marketplace app (hosted on App Engine) i get an error:
"API Console project with the ID specified in the manifest's api_console_project_id field, does not have Google Apps Marketplace SDK enabled."
I think it is because of missing app scopes but I don't know how to define it.
Marketplace SDK is enabled. I filled all of fields in OAuth consent screen in Cloud Console but I don't know where I should include scopes which my app needs (app requires domain-wide delegation). In OAuth consent form there is no place for it, adding permissions field in manifest.json doesn't help.
How can I solve it?
Upvotes: 0
Views: 193
Reputation: 17613
Try this: After enabling Google Apps Marketplace SDK in your Google Dev Console:
Upvotes: 1