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 認証を有効にしました。
何が問題なのですか?