Thanks for your time. I found problem by my self. If you see file insertentity carefully there is only one method doGet() which receive only Get Requests. But sending request with task queue is Post Request by Default. Just add another method doPost() and everything is working fine. OR send a task queue request with method GET
-- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d995a878-5a3d-4e71-8087-4bcce3d2086c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
