I want to run the python example for pull queues over rest. I keep getting a 403 when it tries to access the pull queue. My app is HRD. I replaced the client id / secret with my own, and the authentication part succeeds. (appname is the name of my app, queuename is the name of my queue in the actual script output)
$ gtaskqueue --project_name=s~appname getqueue --request-start-- GET https://www.googleapis.com/discovery/v1/apis/taskqueue/v1beta1/rest Authorization: [some valid string] user-agent: google-api-python-client/1.0 --request-end-- --request-start-- GET https://www.googleapis.com/taskqueue/v1beta1/projects/s%7Eappname/taskqueues/queuename?alt=json&getStats=false Authorization: [some valid string] content-length: 0 accept-encoding: gzip, deflate accept: application/json user-agent: google-api-python-client/1.0 --request-end-- Error Processing request: <HttpError 403 when requesting https://www.googleapis.com/taskqueue/v1beta1/projects/s%7Eappname/taskqueues/queuename?alt=json&getStats=false returned "you are not allowed to make this api call"> In my config for the app: <queue> <name>worker</name> <mode>pull</mode> <acl> <user-email>[email protected]</user-email> </acl> </queue> Any ideas? -- 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.
