All Products
Search
Document Center

Object Storage Service:0010-00000209

Last Updated:Apr 29, 2024

Problem description

The length of the Key node in the request exceeds the limit.

Causes

The length of the Key node in the request exceeds 128 characters.

Examples

None

Solutions

Make sure that the length of the Key node in the request does not exceed 128 characters. Correct examples:

PUT /objectname?tagging&versionId=CAEQExiBgID.jImWlxciIDQ2ZjgwODIyNDk5MTRhNzBiYmQwYTZkMTYzZjM0****
Content-Length: 90
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
Date: Wed, 24 Jun 2020 08:58:15 GMT
Authorization: OSS qn6q**************:77Dv****************
<Tagging>
  <TagSet>
    <Tag>
      <Key>age</Key>
      <Value>18</Value>
    </Tag>
  </TagSet>
</Tagging>

References