Can I access Datastore entities of my other Google App Engine Applications
问题 As we know, in Google App engine, for each registered email account, we are allowed to make 10 applications. Now, I need to share entities among the applications. Is this possible? If yes, how is it implemented? 回答1: No, this cannot be done. However, as Nick Johnson points out, you can use remote_api to do what you need. 回答2: Are you sure you really need to do this? Don't forget, you can have multiple versions of an application running against the same datastore. Only 1 version of the app is