我在 gae 上创建了一个拉取队列。现在我正在尝试从 Google API Explorer ( https://developers.google.com/appengine/docs/java/taskqueue/rest/taskqueues/get )访问它
但是我收到以下错误:
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"
}
}
我已在 queue.xml 文件中添加了我的电子邮件。我已经启用了 OAuth 2.0 授权。
知道可能是什么问题吗?