Can I access Datastore entities of my other Google App Engine Applications

前端 未结 6 1789
情歌与酒
情歌与酒 2020-12-01 22:04

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 po

6条回答
  •  执笔经年
    2020-12-01 22:15

    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 your "default" and gets your non appspot.com domain name, but you can have completely different codebases running against the same datastore/memcache addressable with ..appspot.com

    I don't know if this satisfies your needs but thought I'd throw it out there.

提交回复
热议问题