Can you send me your command line? What is your "project id"?

One thing to check for : If you have a HR app with appid "foo" you
need to have a project id of "s~foo".

- Vivek

On Sep 21, 3:22 am, Udi h Bauman <dibauna...@gmail.com> wrote:
> 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to