I follow this steps from API Google App Engine: https://developers.google.com/appengine/docs/adminconsole/datastoreadmin#Copying_Entities_to_Another_Application
- With Python SDK, I deploy the datastore_admin app: appcfg.py -A APPID update DIRECTORYOFDATASTOREADMINAPP
- In the Dashboard, I select the entities and press Copy to Another App entering the remote endpoint: https://ANHORTHERAPPID.appspot.com/_ah/remote_api
I get the following error: “There was a problem kicking off the jobs. The error was: Fetch to https://ANHORTHERAPPID.appspot.com/_ah/remote_api failed with status 404″
Any help? I’m totally lost 🙁
Solved:
Full solution in spanish: http://www.megustaprogramar.com/2012/08/migracion-de-datos-bajo-google-app-engine/