You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
调用GetWithParams出错:Status Code: 403 Code: SignatureDoesNotMatch Message: The request signature we calculated does not match the signature you provided. Check your key and signing method.
#264
Open
philipbo opened this issue
Mar 22, 2018
· 4 comments
在获取image object信息时,在调用func (b *Bucket) GetWithParams(path string, params url.Values) (data []byte, err error)方法时,不幸的是出错时,出错误信息如下:Aliyun API Error: RequestId: 5AB3BEB300261B4583E490A5 Status Code: 403 Code: SignatureDoesNotMatch Message: The request signature we calculated does not match the signature you provided. Check your key and signing method.
你好,感谢你贡献的第三方库,有个问题请教一下。
在获取image object信息时,在调用
func (b *Bucket) GetWithParams(path string, params url.Values) (data []byte, err error)
方法时,不幸的是出错时,出错误信息如下:Aliyun API Error: RequestId: 5AB3BEB300261B4583E490A5 Status Code: 403 Code: SignatureDoesNotMatch Message: The request signature we calculated does not match the signature you provided. Check your key and signing method.但是调用
func (b *Bucket) Info() (BucketInfo, error)
就没有出错调用代码, 结果出错,但是类库打印的GET URL地址是可以访问,并获取到图片的信息
调用代码, 结果正确:
client secure 设置为false也是出错
期待你的回复,十分感谢!
The text was updated successfully, but these errors were encountered: