[google-appengine] Can I change the login option of my app if I delete it?

2010-03-22 Thread Mariano Benitez
I understand I cannot change the option while the application is enabled. Also that the application Id is reserved if I delete the application. But... can I re-create the application with a different login option, or the app id is reserved to never be used again? Thanks! -- You received this

Re: [google-appengine] Can I change the login option of my app if I delete it?

2010-03-22 Thread djidjadji
To my knowledge the appid can only be once allocated. If you delete the app the appid is no more available. 2010/3/23 Mariano Benitez mari...@benitez.nu: I understand I cannot change the option while the application is enabled. Also that the application Id is reserved if I delete the

Re: [google-appengine] Can I change the login option of my app if I delete it?

2010-03-22 Thread Eli Jones
Here is the specific documentation on app deletion: http://code.google.com/appengine/kb/adminconsole.html#delete_app http://code.google.com/appengine/kb/adminconsole.html#delete_appYou cannot use the appid again, unfortunately. On Mon, Mar 22, 2010 at 8:25 PM, djidjadji djidja...@gmail.com