I get an error while publishing my demo project (a google apps marketplace application) in chrome web store to my own domain. I get the below 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 have enabled Google Apps Marketplace SDK and Google Apps Marketplace API as well for the particular project.
Also, I have not gotten my application reviewed by google. Do I have to get this reviewed even if I am publishing to my own domain?
Update:
Manifest file
{
"name": "Demo of single sign on",
"version": "0.3",
"manifest_version": 2,
"description": "Demo of single signon",
"icons": {
"128": "images/big.png",
"16": "images/small.png"
},
"container": ["DOMAIN_INSTALLABLE"],
"api_console_project_id": "681817309175",
"app": {
"launch": {
"web_url": "https://demoappnamehere.appspot.com"
}
}
}
Apparently, Google Apps Marketplace SDK must not only be enabled, but also configured.
So:
I have tested a bunch of other "solutions" before I could make this work. Just in case the procedure above doesn't work as is, here what I also did in the developer console:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With