This was it.. I was having the same issue.. but when I set the project id in my code to "s~<appname>" it worked like charm
Regards, Santthosh On Thursday, September 22, 2011 6:37:17 AM UTC-7, Vivek Sahasranaman wrote: > > 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 <[email protected]> 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 view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/i9hbDqCd6zQJ. 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.
