在使用接口HTTP API 接口:https://api.weixin.qq.com/componenttcb/uploadfile?access_token 时
第一步调用正常返回,可以拿到返回数据 ,errcode=0
{
"errcode": 0,
"errmsg": "ok",
"url": "https://cos.ap-shanghai.myqcloud.com/656e-env-999-0grfaysm0bfb3fa1-1304666979/testupload",
"token": "",
"authorization": "",
"file_id": "",
"cos_file_id": ""
}
第二步通过postman请求,异常InvalidAccessKeyId The Access Key Id you provided does not exist in our records ,
难道是key的问题吗?换为路径和图片.png结尾也是报这个问题
兄die,解决了吗,我也是遇到相同的问题
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/access-token/auth.getAccessToken.html