0

友達、

    I am working new to Google App Engine. I have learnt by myself. I am struck with a issue. I am trying to Copy entities from one app to another. I select all the entities and click on copy to app button in the bottom. 

ターゲット アプリケーションのリモート API URL: を指定し、[エンティティのコピー] をクリックしました。「ジョブステータスのコピージョブの開始に問題がありました。エラー: http://xyzxyzxyz.appspot.com/_ah/remote_api/へのフェッチがステータス 404 で失敗しました。

app.yaml を編集しようとして、このコードを (Python) builtins: - remote_api: on に追加しました。

私はどこで間違いをしていますか。あるアプリから別のアプリにエンティティをコピーしたい。あなたの助けは私の仕事のさらなるプロセスにとって貴重です.

よろしくお願いします。

4

1 に答える 1

2

app.yaml の builtins セクションで remote_api を有効にしましたか?

于 2013-10-25T09:42:05.540 に答える