Hi,
I need to use the Task Queue REST API to connect worker apps within &
outside AppEngine to queues used by my main app on AppEngine. However,
whatever I try, I keep getting OAUTH errors, such as:
{
"error": {
"errors": [
{
"message": "you are not allowed to make this api call"
}
],
"code": 403,
"message": "you are not allowed to make this api call"
}
}
I configured the ACL's in queue.yaml, generated a client id using the API
console (with a user appearing in the ACL), & tried all sample code, in the
python API client & articles. When running the code, I'm following the OAUTH
flow (getting the user authorization URL, perform the authorization &
receive the access tokens, which I store & use to authorize the HTTP
connection), but failing to invoke any API.
Can you please provide some step-by-step instructions on how to use the REST
API, so that I'll figure what am I doing wrong?
Thanks really a lot,
Udi
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.