我尝试按照此页面上提供的说明操作:https://developers.google.com/apps-marketplace/button
我创建了一个页面,其中包含从页面上的示例中复制的代码:
<html>
<head>
<title>Integrate with Google button demo: custom tag</title>
<script type="text/javascript" src="https://apis.google.com/js/platform.js">
</script>
</head>
<body>
<g:additnow applicationid="goffboofghicjemnbcoapndfegjpdmme"></g:additnow>
</body>
</html>
但是,当我尝试运行该页面时,我收到400 Bad Request。该错误消息来自于在Google的JS中运行以下链接:
链接到页面:https://www.cloudrein.com/gapps.html
请帮忙。
谢谢你, 叶夫
答案 0 :(得分:1)
我的错误是,我使用的是Chrome网上应用店商品ID,而不是使用Google Apps Marketplace中的应用ID。 :)