I am using Java for deploying datastore on GAE, pls anyone tell me how I can browse the data on the datastore without using localhost?
I am expecting it should be like .appspot.com/something...

link|improve this question
feedback

1 Answer

You can reach the application administration using this url:

https://appengine.google.com/dashboard?&app_id=YOURAPPPLICATIONID

link|improve this answer
...or go straight to the datastore with appengine.google.com/datastore/… – aldrin Feb 21 '11 at 9:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.