Hey, thanks for this Frank(s)! Solved my problem too. I'm submitting a feedback request to Google's documentation on this.
One other thing I had to do was make sure my project in the URL was prefixed with "s~", as suggested in responses to the SO question here: http://stackoverflow.com/questions/20052778/google-app-engine-task-queue-googleapi-error-500-backend-error?rq=1 Eric On Tuesday, August 26, 2014 at 8:47:50 PM UTC-4, Frank Ren wrote: > > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d0ef1c70-51be-4ee9-ab98-4d67e9775deb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
