我尝试使用Google Chrome Store API自动部署Chrome扩展程序。有API call to create个新的API call to Publish
但如果我尝试发布刚刚上传的扩展程序,则会返回错误:
{"error":{"errors":[{"domain":"global","reason":"badRequest","message":"Publish condition not met: Please select a Primary Category for your item."}],"code":400,"message":"Publish condition not met: Please select a Primary Category for your item."}}
我的问题是有没有办法设置"类别"以编程方式(通过其他api API或manifest.json)?
答案 0 :(得分:1)
来自文档:
注意:目前,没有用于设置项目元数据的API,例如说明。这必须在Chrome网上应用店开发人员信息中心中手动完成。