How use AppEngine's Datastore Admin: Copy to Another App Feature
- by Nick Siderakis
I recently enabled AppEngine's Datastore Admin. I do not understand the instructions on how to copy my data to another app.
Note: The target application must
enable remote_api and must include
this application’s ID in its
HTTP_X_APPENGINE_INBOUND_APPID list.
WARNING This application’s data is
writable. We can only guarantee a
consistent copy when the data being
copied is read-only. Note: Blobs
(binary data) will not be copied.
To enable the remote_api I included the following in the app.yaml:
builtins:
- remote_api: on
I have no idea what HTTP_X_APPENGINE_INBOUND_APPID is, and a Google search yields no results....any ideas?