Fork me on GitHub
秋染蒹葭

浏览器端ali-oss开车指南

这段时间玩了一下阿里云的对象存储,接入了网页断点续传,真的是开车不规范,亲人两行泪。有很多点还是需要注意的,有时候会有一些奇奇怪怪的问题。

报错信息

NoSuchUploadError

EntityTooSmall(实体过小)

1
"EntityTooSmallError: Your proposed upload smaller than the minimum allowed size."

触发规则,断点太靠后,造成上传的文件太小。但是有可能已经成功了。

RequestTimeTooSkewedError

RequestTimeTooSkewedError: The difference between the request time and the current time is too large

InternalErrorError

1
2
3
4
5
{
"category": "error",
"action": "uploadError",
"content": "{\"message\":\"Failed to upload some parts with error: InternalErrorError: Please contact the server administrator, oss@service.aliyun.com part_num: 5\",\"code\":\"InternalError\",\"stack\":\"InternalErrorError: Please contact the server administrator, oss@service.aliyun.com\\n at D.<anonymous> (https://s.newscdn.cn/magic-web/vendor-354a12cd77cd42c10f59.js:17:1498154)\\n at _ (https://s.newscdn.cn/magic-web/vendor-354a12cd77cd42c10f59.js:58:55290)\\n at Generator._invoke (https://s.newscdn.cn/magic-web/vendor-354a12cd77cd42c10f59.js:58:55078)\\n at Generator.e.(anonymous function) [as next] (https://s.newscdn.cn/magic-web/vendor-354a12cd77cd42c10f59.js:58:55469)\\n at _ (https://s.newscdn.cn/magic-web/vendor-354a12cd77cd42c10f59.js:58:55290)\\n at t (https://s.newscdn.cn/magic-web/vendor-354a12cd77cd42c10f59.js:58:55605)\\n at https://s.newscdn.cn/magic-web/vendor-354a12cd77cd42c10f59.js:58:55754\"}"
}

参考资料

本文标题:浏览器端ali-oss开车指南

文章作者:zhyjor

发布时间:2019年02月28日 - 16:02

最后更新:2023年10月11日 - 02:10

原始链接:https://zhyjor.github.io/2019/02/28/ali-oss使用过程中的一些坑/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。

🐶 您的支持将鼓励我继续创作 🐶

热评文章