The same thing just happened with our application.
Moving it out of the source app worked fine (I assume, since the
Datastore Admin for the source app shows all copy steps completed).
It's been over an hour and the target app is still empty.
This was as a small amount of data. Does it take a long time to move,
or could there be a problem that does not show up in the logs?
Note that I created my own appengine_config.py file in the root
directory of the target app with just one line:
remoteapi_CUSTOM_ENVIRONMENT_AUTHENTICATION =
('HTTP_X_APPENGINE_INBOUND_APPID', ['my source appid here'])
Thanks!
On Jul 14, 2:07 am, Kyle Mulka <[email protected]> wrote:
> Ok, now something really weird is happening. I went into the datastore
> admin of the source application and initiated a copy. From the
> perspective of the source application it looks like everything worked
> fine and completed successfully. But, from the perspective of the
> target application, no data got transfered. The only indication there
> that anything happened is one log entry for /_ah/remote_api. What
> happened?
>
> On Jul 13, 2:35 am, Kyle Mulka <[email protected]> wrote:
>
>
>
>
>
>
>
> > Did the way authentication works on the datastore admin copy function
> > change recently? I tried to copy all the data from one app to another,
> > but it said it failed with a 401 error. When I removed the "s~" in
> > front of the app name in appengine_config.py it worked again.
--
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.