If I get some time, I'll whip something up with screenshots, but it'll
probably be in Java.

(I don't have anything against Python; in fact I like it quite it bit. It
just seems like my team skews heavily towards Python expertise - wesley,
proppy, nick ...)

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Tue, Sep 20, 2011 at 3:22 PM, 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 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.
>

-- 
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.

Reply via email to