开发者社区 问答 正文

阿里大鱼:SignatureDoesNotMatch : Specified signature is not matched with our calculation

使用阿里大鱼,提供的.net SDK,发送短信时,出现错误:SignatureDoesNotMatch : Specified signature is not matched with our calculation

展开
收起
阿刘123456 2017-10-25 09:52:02 7791 分享 版权
1 条回答
写回答
取消 提交回答
  • 1)检查accesskey是否有空格,是否填写错误。
    2)endpoint/host是否带有bucketname,endpoint/host一般设置为oss-cn-beijing.aliyuncs.com (以北京为例),不需要带有bucketname。

    例如:
    endpoint = 'xxxxxx.oss-cn-beijing.aliyuncs.com'; //错误
    endpoint = 'oss-cn-beijing.aliyuncs.com'; //正确

    2019-07-17 21:40:56
    赞同 展开评论
问答分类:
问答地址: