当我尝试使用以下 API 在频道中检索先前发送的消息时,我使用 SendBird 平台 API 在我的网站中创建聊天:
https://api.sendbird.com/v3/ {channel_type}/{channel_url}/messages
方法:获取
请求:?message_ts=long(必填)&prev_limit=int(可选,默认:15, 0~200)&next_limit=int(可选,默认:15, 0~200)&include=boolean(可选,默认:true)&reverse=boolean (可选,默认:false)&custom_type=string(可选)&message_type=string(可选)&sender_id=string(可选)
将值传递给上述请求后,我收到一条错误消息
{ "message": "未授权。获取消息功能只能从 Park 或 Enterprise plan 中调用。", "code": 400108, "error": true }
有人可以帮我解决这个问题吗
谢谢尼廷