One or more of the specified parts could not be found or the specified entity tag might not have ...

使用OSS的JS SDK上传大于100K的文件时报错

我在做.xlsx文件上传的时候,如果文件大于100k时导致上传失败,如果你也踩了这个坑,请往下看:
img、map、xlsx等文件的上传,遇到此问题解决方法基本一致
官方文档https://help.aliyun.com/knowledge_detail/85724.html

解决方案

使用OSS的JS SDK需设置跨域规则,

Bucket设置

expose headers设置成 etag 即可
如下图所示。

官方解决方案

你可能感兴趣的:(One or more of the specified parts could not be found or the specified entity tag might not have ...)