0

Google App Engine にプロキシ サーバーをデプロイしているときに、次のエラーが発生しました。

Error 400: --- begin server output ---
Creating a composite index failed for entity_type: "EntryPoint"
ancestor: false
Property {
  name: "last_updated"
  direction: 2
}
: This index:
entity_type: "EntryPoint"
ancestor: false
Property {
  name: "last_updated"
  direction: 2
}

is not necessary, since single-property indices are built in. Please remove it from your index file and upgrade to the latest version of the SDK, if you haven't already.
--- end server output ---

Your app was updated, but there was an error updating your indexes. Please retry later with appcfg.py update_indexes.
2013-04-30 09:42:11 (Process exited with code 0)

You can close this window now.
4

1 に答える 1

0

私が理解していることから、last_updated のそのプロパティのすべてまたは一部を削除する必要があります。msyelf の何を削除すればよいか、まだ正確に把握しようとしていますが、見つけ次第共有します。

ありがとう、g

于 2013-09-18T14:50:38.030 に答える