All Products
Search
Document Center

Object Storage Service:0039-00000003

Last Updated:Jul 21, 2023

Problem description

The value of the resource group ID in the PutBucket or PutBucketResourceGroup request is invalid.

Causes

You initiated a PutBucket or PutBucketResourceGroup request, but the value of the resource group ID is invalid or does not exist in the resource group database.

Examples

In the following PutBucketResourceGroup request, the value of the ResourceGroupId parameter is rg-@#¥%……&, but the value does not exist in the resource group database.

PUT /?resourceGroup
Date: GMT Date
Content-Length: ContentLength
Content-Type: application/xml
Host: BucketName.oss.aliyuncs.com
Authorization: SignatureValue 
<?xml version="1.0" encoding="UTF-8"?>
<BucketResourceGroupConfiguration>
  <ResourceGroupId>rg-@#¥%……&</ResourceGroupId>
</BucketResourceGroupConfiguration>

Solutions

Make sure that a valid value is specified for the ResourceGroupId parameter in the PutBucketResourceGroup request and that the value exists in the resource group database.

References