0040-00000336
Updated at:
Problem description
The w parameter is invalid when you scale an image using an earlier version of Image Service.
Cause
The value of the w parameter is outside the valid range of [0, 16384].
Examples
GET /example_image@50000w_200h HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xmlIn the request string, the parameter value 50000w is outside the valid range of [0-16384], which caused the fault.
Solution
Specify the w parameter in the request string.
References
Is this page helpful?