TaskQueueSample.java:代码403

时间:2013-02-19 17:26:40

标签: java google-app-engine pull-queue

我正在尝试使示例工作,所以这里是代码:

Sample Code

安装文档在那里:

Installation documentation

我在步骤上遇到了一些问题:

  

点击“API访问”,然后点击“创建OAuth 2.0客户端”   ID ...“。输入产品名称,然后单击”下一步“。

控制台的UI可能已升级,因此我在控制台中使用这些数据进行身份验证: enter image description here

然后我运行该程序,它将我带到网页以允许该应用程序,然后我在控制台中收到以下错误消息:

403 Forbidden
{
  "code" : 403,
  "errors" : [ {
    "message" : "you are not allowed to make this api call"
  } ],
  "message" : "you are not allowed to make this api call"
}

我的queue.xml ACL使用我用于验证的电子邮件设置

1 个答案:

答案 0 :(得分:-1)

为什么不使用GAE Java SDK中的本机TaskQueue-API?您无需设置凭据,连接.......

您可以在GAE Docs上看到一个示例 - 这里是一个拉队列,但如果您愿意,也可以使用推送队列(示例也在GAE文档中)。

您想在Google应用引擎上启动哪个示例?在你发布的链接上有很多例子:)。如果您确实想使用Google-API访问TaskQueues,请告诉我。