开发者社区 问答 正文

使用AcsClient请求接口的时候报错

aliyunsdkcore.client.AcsClient不能使用了吗,使用AcsClient请求接口的时候报错

aliyunsdkcore.acs_exception.exceptions.ServerException: HTTP Status: 400 Error:MissingParameter The input parameter "Key" that is mandatory for processing this request is not supplied

展开
收起
qinsilk 2018-11-05 17:28:18 6672 分享 版权
1 条回答
写回答
取消 提交回答
  • 阿里云SDK研发人员

    错误码是MissingParameter,意思是你的请求 (request)没有设置必选的参数。调用 request.setKey() 方法即可。

    2019-07-17 23:12:08
    赞同 展开评论
问答地址: