すべてのプロダクト
Search
ドキュメントセンター

Object Storage Service:0035-00000001

最終更新日:Dec 22, 2023

問題の説明

PutBucketRequestPaymentリクエストのXML本文が無効です。

原因

PutBucketRequestPaymentリクエストを開始しましたが、XML本文が無効であるか、XML本文のルートノードがRequestPaymentConfigurationではありません。

次のPutBucketRequestPaymentリクエストでは、XML本文のルートノードはRequestPaymentConfigurationではありません。 その結果、エラーが報告される。

PUT /?requestPayment HTTP/1.1
日付: 2月24日金曜日2017 03:15:40 GMT
コンテンツ-長さ: 322
Content-Type: application/xml
ホスト: oss-example.oss-cn-hangzhou.aliyuncs.com
承認: OSS qn6qrrqxo2oawuk53otf ****:77Dvh 5wQgIjWjwO/KyRt8dOP ****

<?xml version="1.0" encoding="UTF-8"?>
<支払人> リクエスター </支払人> 

ソリューション

PutBucketRequestPaymentリクエストのXML本文が有効であることを確認します。

PUT /?requestPayment HTTP/1.1
日付: 2月24日金曜日2017 03:15:40 GMT
コンテンツ-長さ: 322
Content-Type: application/xml
ホスト: oss-example.oss-cn-hangzhou.aliyuncs.com
承認: OSS qn6qrrqxo2oawuk53otf ****:77Dvh 5wQgIjWjwO/KyRt8dOP ****

<?xml version="1.0" encoding="UTF-8"?>
<RequestPaymentConfiguration>
  <支払人> 要求者 </支払人>
</RequestPaymentConfiguration> 

関連ドキュメント