0
votes

I have made an android app which saves user input data in a googele app engine datastore. I want to view the stored entity on google developers console. How can I do it? On left hand side menu I can see Query menu which takes me to my entity page but no entities are shown, just an ID. Please advise.

Manish

1
If there's anything stored, the Query page of the developers console shows, at the top, a button Create Entity, and just below, KIND then a dropdown showing the name of a kind of entity and then a Filters button -- the entities follow. Not sure what you mean by "just an ID", perhaps take a screen snapshot, post it somewhere online, and add a link here? - Alex Martelli

1 Answers

0
votes

If no entities are shown, this means there are no entities. If you see something like

id= 595005

and nothing else, this means you have an entity with no properties.

You can also try the older version of the Datastore Viewer (look for the link in the left menu).