【发布时间】:2016-01-23 13:34:42
【问题描述】:
我们在计算引擎上托管一个 NodeJS 应用程序,它使用 gcloud-node 连接到谷歌数据存储。 简单查询运行良好,但具有多个选择的复杂查询给出“412:前置条件失败”错误。更多详情请访问“: Multiple select in google datastore query throwing ApiError: Precondition Failed error in node
我知道这个错误是因为我没有配置 datastore-indexes.xml。作为 GCP 世界的新手。你能帮我在哪里定义我的项目中的 datastore-indexes.xml 文件。
【问题讨论】:
标签: node.js google-compute-engine google-cloud-datastore gcloud-node