当我使用curl命令在aspera上上传文件时,服务器返回以下错误: error: internal error - unable to start token generation
Curl命令: curl -i -H“内容类型:应用程序/json”-H "Accept:应用程序/json“-X POST http://localhost:3000/upload -d '{ "transfer_requests”:[{ "transfer_request“:{ "paths”:{},"destination_root“:"/”}}] }‘
发布于 2016-08-23 20:10:58
您需要在opt/aspera/etc/aspera.conf中指定加密令牌:单击此链接:https://download.asperasoft.com/download/docs/csrv/3.4.5/osx/html/index.html?https://download.asperasoft.com/download/docs/csrv/3.4.5/osx/html/fasp/http-fallback.html
https://stackoverflow.com/questions/39100743
复制相似问题