我已经安装了最新版本的 CKAN 2.2,并使用此链接 http://docs.ckan.org/en/latest/filestore.html中的文档设置了文件存储。
当我尝试将数据上传到本地安装的 ckan 时,出现“无法验证上传”错误。
我已经安装了 pip install argparse 和 pip install pairtree。
我在配置文件中设置了 ofs.impl 和 ofs.storage_dir 值。
ofs.storage_dir 目录存在并且它具有正确的权限。
Apache 错误日志未显示任何错误。
在终端中显示错误:
Error - <type 'exceptions.IOError'>: [Errno 13] Permission denied: '/var/lib/ckan/default/pairtree_version0_1'
完整的错误日志: http: //pastebin.com/Y9rDWbbH