/bulkload を graphml ファイルで呼び出すと、502 Server Error: Bad Gateway
. 応答を確認すると、
Name cannot be in protected namespace: label, status_code=500
どうすれば修正できますか?
/bulkload を graphml ファイルで呼び出すと、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
制限された名前以外の名前に変更すると、それが機能するはずです