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. For more options, visit https://groups.google.com/groups/opt_out.
