当我使用 graphml 文件调用 /bulkload 时,我得到一个502 Server Error: Bad Gateway
. 当我检查回复时,它说
Name cannot be in protected namespace: label, status_code=500
我该如何解决?
当我使用 graphml 文件调用 /bulkload 时,我得到一个502 Server Error: Bad Gateway
. 当我检查回复时,它说
Name cannot be in protected namespace: label, status_code=500
我该如何解决?
IBM 图形有一些无法使用的受限属性/属性名称。这是这些受限名称的列表The following property key names are restricted: "key", "vertex", "edge", "element", "property", and "label".
这是文档的链接https://ibm-graph-docs.ng.bluemix.net/api.html
将您拥有的属性名称更改为label
受限名称以外的任何名称,这应该可以工作