0012-00000201

更新时间:
复制 MD 格式

Problem description

The versionId parameter specified in the request is an empty string.

Causes

The versionId parameter is required for GET requests that access a specific version of an object.

Examples

The versionId parameter is not specified in the following request.

GET /example HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Tue, 09 Apr 2019 02:58:06 GMT
Authorization: OSS qn6q**************:77Dv****************

Solutions

Specify a valid version ID for the versionId parameter in the GET request.

GET /example?versionId=CAEQNhiBgMDJgZCA0BYiIDc4MGZjZGI2OTBjOTRmNTE5NmU5NmFhZjhjYmY0**** HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Tue, 09 Apr 2019 02:58:06 GMT
Authorization: OSS qn6q**************:77Dv****************

References

GetObject