Problem description
The AccessKeyId in the request is disabled.
Causes
The AccessKey ID used to sign the request is disabled. This happens in one of two situations:
The AccessKey ID is disabled in the RAM console.
The AccessKey ID is subject to an IP address restriction, and the request originates from an IP address outside the allowed range.
Examples
You send a request with a signature in the Authorization header. The AccessKey ID associated with that signature is configured to accept requests only from specific IP address ranges. Because the request originates from an IP address outside those ranges, OSS rejects the request with this error.
Solutions
Make sure that the AccessKeyId in the request is correctly specified and is enabled.
For details on including signatures in requests, see Include signatures in the Authorization header and Add signatures to URLs.