I have both app IDs (source and target app ID) in
HTTP_X_APPENGINE_INBOUND_APPID on both sides. Probably it is too much
and I have to add only one ID...
Just to refine - I successfully copied data to another app and most
views work as expected. But some views (I found only one :) raise this
exception.
On Oct 30, 7:52 pm, Beech Horn <
beechh...@gmail.com> wrote:
> Normally that error means that:
>
> remoteapi_CUSTOM_ENVIRONMENT_AUTHENTICATION =
> ('HTTP_X_APPENGINE_INBOUND_APPID',
> ['other-app'])
>
> is not set in appengine_config.py on the source app.
>
> Don't have any problems with transfer using NDB.
>
> Have a look athttp://
code.google.com/appengine/docs/adminconsole/datastoreadmin.html