Create entity using datastore viewer Google App Engine
问题 I would like to create an entity in my datastore from the admin console on google app engine. To do this, I read I must clicked on the tab "create" in the datastore viewer BUT I don't have this link. I have just the "query" tab and as I have no data, nothing appears. How can I create an entity from the admin console on google app engine? 回答1: App Engine will only let you create new entities for a Kind that has already been defined. If you haven't ever saved anything to the datastore, your