文档

0040-00000265

更新时间:

问题描述

用户提交水印请求参数不规范。

问题原因

用户提交水印请求,其中image参数不规范,水印图片路径没有使用Base64编码。

问题示例

GET /example_image?x-oss-process=image/watermark,image_notbase64 HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xml

上述请求串中水印图片路径image参数指定为notbase64,没有经过Base64编码,导致错误。

解决方案

使用Base64编码后的水印图片路径作为image参数提交请求。

相关文档

图片水印

  • 本页导读 (1)
文档反馈