调用 IBM Graph 的 /bulkload API 时出现 502 错误

Getting a 502 error when calling /bulkload API of IBM Graph

当我使用 graphml 文件调用 /bulkload 时,我得到一个 502 Server Error: Bad Gateway。当我检查它说的响应时

Name cannot be in protected namespace: label, status_code=500

我该如何解决?

IBM 图表有一些不能使用的受限 attribute/property 名称。这是这些受限名称的列表 The following property key names are restricted: "key", "vertex", "edge", "element", "property", and "label".

这是文档 link https://ibm-graph-docs.ng.bluemix.net/api.html

将您拥有的属性名称从 label 更改为受限名称以外的任何名称,这应该有效