开发者社区 问答 正文

上传OSS遇到如下返回错误:ErrorEISDIRreaderrno28codeEISDIR

上传OSS遇到如下错误:{ [Error: EISDIR, read] errno: 28, code: 'EISDIR' },用到的是Nodejs ,这个代表什么错误?

展开
收起
xinshouke 2014-12-03 11:06:37 5538 分享 版权
1 条回答
写回答
取消 提交回答
  • Re上传OSS遇到如下返回错误:ErrorEISDIRreaderrno28codeEISDIR
    自己fix了
    EISDIR means that the target of the operation is a directory in reality but that the expected filetype of the target is something other than a directory.
    2014-12-03 11:15:36
    赞同 展开评论