0017-00000606
Updated at:
Problem description
The error is returned if an empty node exists in the XML body of your request.
Causes
The XML body of your request is not in a valid format because the value of a required node is empty.
Examples
For example, the XML body in the PutBucket request is in a valid format.
PUT / HTTP/1.1
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
Date: GMT Date
x-oss-acl: Permission
Authorization: SignatureValue
<?xml version="1.0" encoding="UTF-8"?>
<CreateBucketConfiguration>
<StorageClass>Standard</StorageClass>
</CreateBucketConfiguration>
Solutions
Check whether all the required nodes are specified. If all the required nodes are specified, the XML body in your request is in a valid format. If one or more required nodes are not specified, locate the error node based on the error message.
References
Is this page helpful?