0011-00000007

更新时间:
复制 MD 格式

Problem description

The Content-Disposition field value contains invalid characters.

Causes

OSS rejects requests when the Content-Disposition header value includes characters that are not allowed, such as carriage return (\r) or newline (\n).

Examples

For example, in a PostObject request, if the Content-Disposition value contains invalid characters such as \r and \n, the error is returned.

Solutions

Remove all invalid characters from the Content-Disposition value. Make sure that the value of Content-Disposition does not contain invalid characters such as \r or \n.

For details on setting Content-Disposition and other object metadata, see Manage object metadata.

References