java - How to make an GAE app downloadable from permentnent prohibited -


when managing application in https://appengine.google.com stupidly click on permanently prohibit code downloads button in version section. makes application unable downloaded (follow tutorial https://developers.google.com/appengine/docs/java/tools/uploadinganapp)

can tell me how make application downloadable again?

thanks in advanced.

its permanent. cannot enable again. if could, there no use of it. warned:

warning: no one—including yourself—will ever able download code using appcfg download_app command.

some bad options:

  • create new application , upload code there (if have it). note: cannot delete application , use same id again
  • write google , ask them enable again (they decline)

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -