howdylikes

Google Developersってわかりづらいよね

GCP

API error 4 (datastore_v3: NEED_INDEX): no matching index found error

GCP

GAEでindex.yamlがある状態でdeployした際に表題のエラーが発生 WEB-INF直下にindex.yamlをおいて以下のコマンドを実行してからデプロイすればdatastoreにINDEXが作られた gcloud datastore create-indexes WEB-INF/index.yaml 参考 https://cloud.google.co…

API error 1 (datastore_v3: BAD_REQUEST): Property Body is too long. Maximum length is 1500

DatastoreのEntityの最大文字列長は1500文字 stringで渡さずに普通に[]byteを使えばよさそう。 https://groups.google.com/forum/#!topic/golang-nuts/Zlz04UfME-A