問題描述
分片上傳 最後一個請求報錯 One or more of the specified parts could not be found or the specified entity tag might not have matched the part's entity tag 錯誤
// 響應資訊
<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code>InvalidPart</Code>
<Message>One or more of the specified parts could not be found or the specified entity tag might not have matched the part's entity tag.</Message>
<RequestId>5C455831BB4097C0D8F96794</RequestId>
<HostId>wolaile.oss-cn-hangzhou.aliyuncs.com</HostId>
<ETag>undefined</ETag>
<PartNumber>1</PartNumber>
<UploadId>4B1BF2F5DE064694870DD46E657F0CA6</UploadId>
</Error>
複製程式碼
產生原因
經檢查發現 ETag 為undefined
解決方法
在阿里雲oss控制檯 基礎設定 > 跨域規則設定 > 編輯規則 “暴露 Headers” 中增加 ETag 即可解決問題