Updated on 2026-07-27 GMT+08:00

RequestTimeTooSkewed

Request is not yet valid.

Error description

The request is not yet valid.

Error cause

The request signature is included in an authorization header, and the client's request time is more than 15 minutes later than the server's current time.

Handling suggestion

  • Ensure that the client time is synchronized with the server time (GMT).
  • When generating a request, use the system's current time as the request timestamp. Do not manually configure or change the request timestamp.

Request is no longer valid.

Error description

The request has expired.

Error cause

The request signature is included in an authorization header, and the client's request time is more than 15 minutes ahead of the server's current time.

Handling suggestion

  • Ensure that the client time is synchronized with the server time (GMT).
  • When generating a request, use the system's current time as the request timestamp. Do not manually configure or change the request timestamp.

Request has expired.

Error description

The request has expired.

Error cause

The request signature is included in a pre-signed URL, and the server's current time is later than the expiration time specified by Expires in the request URL.

Handling suggestion

Update Expires and generate a new request.

Signing key is no longer valid.

Error description

Invalid signature.

Error cause

The authorization header or pre-signed URL includes a V4 signature, and the scope_date in the credential field of the client request is more than seven days ahead of the server's current time.

Handling suggestion

Update the scope_date in the credential field and generate a new request.

Http Request signed date is too skewed.

Error description

Invalid POST request signature.

Error cause

The POST request form includes a V4 signature, and the scope_date in the credential field of the client request is more than seven days ahead of the server's current time.

Handling suggestion

Update the scope_date in the credential field and generate a new request.