You may encounter the following errors related to IAM authentication information:
{ "error_msg": "Incorrect IAM authentication information: AK access failed to reach the limit,forbidden." ...... "error_code": "APIG.0301", "request_id": "******" }
Possible Causes
{ "error_msg": "Incorrect IAM authentication information: decrypt token fail", "error_code": "APIG.0301", "request_id": "******" }
Possible Cause
The token cannot be parsed for IAM authentication of the API.
Solution
{ "error_msg": "Incorrect IAM authentication information: Get secretKey failed,ak:******,err:ak not exist", "error_code": "APIG.0301", "request_id": "******" }
Possible Cause
The AK used for IAM authentication of the API does not exist.
Solution
Check whether the AK is correct.