neo4j apoc.export.csv 权限被拒绝错误

Alb*_*t s 4 csv neo4j cypher neo4j-apoc

我正在尝试使用apoc.export.csv

我的查询如下:

call apoc.export.csv.query("MATCH (a) Return id(a) limit 5", "test.csv", {} )

但我收到此错误:

Failed to invoke procedure 'apoc.export.csv.query': Caused by: java.io.FileNotFoundException: test.csv (Permission denied)

我有以下设置neo4j.conf

apoc.export.file.enabled=true dbms.security.procedures.whitelist=apoc.export.*

任何提示将不胜感激

Alb*_*t s 6

出口到/tmp/filename工作!