With the Python version if you don't pass the appid at all when you configure the remote_api, it will set it for you--possibly in the environment variable which app_identity.get_application_id will recognize. though you actually want the full appid (from the APPLICATION_ID environment variable) if you're creating datastore keys.
With Java, I'm not sure but it's the same idea. On Sep 11, 12:35 pm, andrew <[email protected]> wrote: > Hi Fred, > This week we planned to look at something very similar, so > maybe we can share notes. > > I notice that if you enable datastore admin, there seems to be an > option to export datastore to another appid. > > To be seen how it handles keys, namespaces, etc. > > That won't cover export to local though. > > Andrew -- 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.
