I believe datastore entities are sandboxed to their respective applications for sercurity reasons. You can, however, use REST web services as an api between 2 or more applications.
Jeff On Thu, Jun 24, 2010 at 3:50 PM, kstewart <[email protected]> wrote: > With the Application Id as part of the Entity key, does this make it > impossible to share Entities between apps? My main application will > be the user facing app and will own the Entities. However, there will > be a large administration and reporting component which I would rather > not package in the same application for numerous reasons, but it needs > to interact with the same Entities. Is this possible using the > Datastore? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- -- Jeff -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
