I'm trying to copy data from one app to another with the Datastore Admin console and when I do, I get:
Fetch to https://appid.appspot.com/remote_api failed with status 302 I suspect strongly that it's an authentication issue and that the URL is redirecting to the Google login page. I have the remote_api configured so that only admins can access it in the deployment descriptor. But I can't find any documentation to indicate how to get around it. Do I still need to deploy a non-default Python runtime for it as per the documentation? http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html Similarly, I don't know how to set the custom HTTP header that it appears to need as well. Though I'm almost positive I've had this working at some point with one combination of apps. Note that the source app is Master/Slave and the destination is High Replication. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/Vl836qJxe2oJ. 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-java?hl=en.
