首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >腾讯云短视频上传失败错误码1004:upload file does not exist ?

腾讯云短视频上传失败错误码1004:upload file does not exist ?

提问于 2020-04-10 14:11:24
回答 0关注 0查看 370

上传一部分之后,显示找不到文件,请问这是为什么。

代码如下

plug.uploadVideo({

"videoPath": that.m_videoPathTemp.replace('file://', ''),

"fileName": that.mTeacherInfo.FTeacherName,

"signature": json.Data, //签名信息

"coverPath": that.mTeacherInfo.FTeacherHeadImg

}, ret => {

console.log(ret)

if (ret.code == 7 && ret.playUrl) {

that.m_videoPath = ret.playUrl;

that.FFileID = ret.fileId,

that.RealSave();

}

});

----------返回的错误信息如下:-------------------------------------------------

{

"msg": "视频上传出错",

"code": "6",

"errCode": 1004,

"errMsg": "cos upload error:com.tencent.cos.xml.exception.CosXmlClientException: upload file does not exist"

}

-----------------------------------------------------------

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档