views:

35

answers:

1

Hi,

I accidently deleted my application code from my own machine, however it's running on Google App Engine (GAE), is there a way I could download it from there?

--

+1  A: 

You cannot do this unless you have prepared your app ahead of time properly. There is a chance the trick described by Nick in the duplicate question here might work for you. Otherwise, I would suggest using source control like git or svn.

Peter Recore