您好,
我们在短视频上传的时候遇到“User not authorized to operate on the specified resource.”异常,操作步骤如下:
1、根据文档https://help.aliyun.com/document_detail/55407.html?spm=5176.2020520165.120.d55407.4ed77029jZkgyq 在服务器端获取到了上传地址凭证UploadAuth,并Base64解码得到临时AccessKeyId、AccessKeySecret、SecurityToken和ExpriedTime。
2、客户端使用得到的临时AccessKeyId、AccessKeySecret、SecurityToken和ExpriedTime根据文档https://help.aliyun.com/document_detail/62945.html?spm=a2c4g.11186623.6.803.24a87b37p2Pp6L上传时,提示“User not authorized to operate on the specified resource.”错误。
请问下,是哪里配置错了,还是后台获取到的临时id的方式不对呢
谢谢
https://help.aliyun.com/document_detail/55407.html?spm=5176.2020520165.120.d55407.4ed77029jZkgyq
AccessKeyId、AccessKeySecret、SecurityToken和ExpriedTime
临时AccessKeyId、AccessKeySecret、SecurityToken和ExpriedTime