Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 888
VISHAL DAGA Avatar asked Jan 21 '12 20:01

VISHAL DAGA


1 Answers

No, this cannot be done. However, as Nick Johnson points out, you can use remote_api to do what you need.

like image 54
Marvin Pinto Avatar answered Oct 22 '22 00:10

Marvin Pinto