【发布时间】:2020-06-03 06:44:50
【问题描述】:
我正在尝试使用 RingCentral Meetings API,主要是使用 guide 和 this API Reference 来创建会议,我收到以下错误
{
"errorCode":"CMN-408",
"message":"In order to call this API endpoint, user needs to have [Meetings] permission for requested resource.",
"errors":[
{
"errorCode":"CMN-408",
"message":"In order to call this API endpoint, user needs to have [Meetings] permission for requested resource.",
"permissionName":"Meetings"
}
],
"permissionName":"Meetings"
}
来自 StackOverflow 的帖子中的 answer 声明我需要确保授予用户角色的会议权限。
在生产环境中,会议权限在权限列表 UI 上并被选中,但是在沙盒环境中,会议权限甚至没有在帐户角色 UI 上列出,这就是我收到错误的原因。
我正在创建一个新应用,并且我想在沙盒环境中测试会议 API,因为它是我唯一的测试选项。因为我需要 Meeting API 才能毕业进入生产环境是完全不可能的,但话又说回来,它不在 UI 上。
我在 RingCentral 开发者论坛上发现了一些有用的帖子,例如 this 和 this,但是我无法登录开发者论坛,因为登录页面不断重定向我登录。
任何帮助将不胜感激。
【问题讨论】:
标签: ringcentral