I'm working on a Java app for backing up and restoring entities for my
GAE apps using Remote API.  I'm using RemoteApiInstaller,
DatastoreService, etc.

I want to be able to restore the entities to an app that's different
from
the one they came from, for testing purposes and to migrate from one
app to
another.  For example, I might want to migrate data into the local
dev server.  I'm doing this by slammin the correct app ID
into the datastore key before storing it on the new server.

How can I find out the app ID of the server I'm connected to?
When I look at the source code for RemoteApiInstaller,
there is a (not public) function called getAppIdFromServer that
looks interesting.

Thoughts?  Feelings?
thanks
fred

-- 
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.

Reply via email to