问题描述
PutLiveChannelStatus请求中的NewStatus参数不正确,只能是enabled或disabled。
问题原因
调用PutLiveChannelStatus出现报错,该报错表示PutLiveChannelStatus请求中的NewStatus参数不正确。
问题示例
PUT /ChannelName?live&status=NewStatus HTTP/1.1
Date: Tue, 25 Dec 2018 17:35:24 GMT
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
Authorization: SignatureValue
以上请求中,NewStatus参数不正确。
解决方案
请确保PutLiveChannelStatus请求中的NewStatus参数是正确,为enabled或disabled。
enabled:启用LiveChannel。
disabled:禁用LiveChannel。
相关文档
文档内容是否对您有帮助?