forked from docs/doc-exports
Reviewed-by: Mützel, Andrea <andrea.muetzel@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
5.0 KiB
5.0 KiB
What Should I Do If the App Authentication Information Is Incorrect?
You may encounter the following errors related to app authentication information:
- Incorrect app authentication information: app not found, appkey xxx
- Incorrect app authentication information: signature expired
Incorrect app authentication information: app not found, appkey xxx
{ "error_msg": "Incorrect app authentication information: app not found, appkey 01177c425f71487ea362ba84dc4abe5e1", "error_code": "APIG.0303", "request_id": "a5322eb89048eb41d705491a76a05aca" }
Possible Causes
The AppKey is incorrect.
Solution
- In the navigation pane of the APIG console, choose API Management > Credentials.
- Click the corresponding credential name to go to the details page.
- Check the Key and reconfigure the AppKey.
Incorrect app authentication information: signature expired
{ "error_msg": "Incorrect app authentication information: signature expired, signature time:20230527T000431Z,server time:20230527T020608Z", "error_code": "APIG.0303", "request_id": "fd6530a01c09807640189e65e837b8ad" }
Possible Causes
The difference between the client's signature timestamp x-sdk-date and the APIG server's time exceeds 15 minutes.
Solution
Check whether the time on the client is correct.
Parent topic: API Authentication