How use AppEngine's Datastore Admin: Copy to Another App Feature
Posted
by
Nick Siderakis
on Stack Overflow
See other posts from Stack Overflow
or by Nick Siderakis
Published on 2010-12-17T05:26:36Z
Indexed on
2011/01/13
22:54 UTC
Read the original article
Hit count: 163
google-app-engine
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?
© Stack Overflow or respective owner