Correct me if I'm on the wrong track, but I thought two applications could share the same datastore via the Remote API: https://developers.google.com/appengine/docs/java/tools/remoteapi
On Jul 26, 2:11 pm, rerngvit yanggratoke <[email protected]> wrote: > The only way I could think of is creating two > separated applications and letting the premium users access the one that > enables billing, while free users access the one that doesn't. However, my > free and premium users need to share the datastore because they are also > have to communicate within the application. Unfortunately, it seems that > sharing a datastore across applications is not possible at the moment (feel > free to correct me if I am wrong). -- 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.
