简体   繁体   English

如何在GAE上访问Pull队列

[英]How to access Pull queues on GAE

I have created a pull queue on gae. 我在gae上创建了一个拉队列。 Now I am trying to access it from the Google API Explorer ( https://developers.google.com/appengine/docs/java/taskqueue/rest/taskqueues/get ) 现在我尝试从Google API Explorer访问它( https://developers.google.com/appengine/docs/java/taskqueue/rest/taskqueues/get

However I get the following error: 但是我收到以下错误:

403 Forbidden

- Show headers -

{
"error": {
"errors": [
{
"domain": "global",
"reason": "forbidden",
"message": "you are not allowed to make this api call"
}
],
"code": 403,
"message": "you are not allowed to make this api call"
}
}

I have added my e-mail in the queue.xml file. 我已将我的电子邮件添加到queue.xml文件中。 And I have enabled the OAuth 2.0 authorization. 我启用了OAuth 2.0授权。

Any idea what could be the problem? 知道可能是什么问题吗?

请仔细检查您是否正确拼写了队列名称和用户电子邮件地址。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM