Hi

Did you solve your problem?

I got the same problem... Just solved it by supplying to request body a 
property, queueName, which is not documented.

Frank, yet another :)

On Tuesday, November 19, 2013 12:49:00 AM UTC+8, Frank Blechschmidt wrote:
>
> Hey :)
>
> I've defined a pull queue for my app engine application and want to fill 
> it from outside via the REST api. Unfortunately it doesn't work, I always 
> get an error 500: backend error. Even if I try to fill it with the api 
> explorer from thedocumentation.
> https://developers.google.com/appengine/docs/go/taskqueue/rest/tasks/insert
>
> It responses:
>
> 500 Internal Server Error
> - Show headers -
> {
>  "error": {
>   "errors": [
>    {
>     "domain": "global",
>     "reason": "backendError",
>     "message": "Backend Error"
>    }
>   ],
>   "code": 500,
>   "message": "Backend Error"
>  }}
>
> Any idea how to solve it?
>
> Best regards Frank
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to