On Thu, Sep 5, 2013 at 1:44 AM, Vizay Soni <[email protected]> wrote:
> > How can I get processed data from Task Queue in localhost, I can not write > to HDD, can not send email from localhost. > All I can do is to debug application and get data from breakpoint. > > Is there any other method to get data?? > When you say "get data", do you mean saving data or exporting data from the development server? If you want to save data, you can save to the development datastore or to a local MySQL database (see https://developers.google.com/appengine/docs/java/cloud-sql/#Java_Using_a_local_MySQL_instance_during_development). If you prefer to export data, you can use the URLFetch service to HTTP POST any information to a web site or another local server. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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.
