Hello Zoom Developers,
I’m currently working on integrating Zoom’s API, specifically to enable the Whiteboard feature in my application. I’m using a Server-to-Server OAuth app and need to use the whiteboard:write
scope. However, I can’t find this scope in the list of available scopes for my app.
Here’s the error I’m encountering when trying to create a whiteboard:
{
"code": 104,
"message": "Invalid access token, does not contain scopes: [\"whiteboard:write\"]"
}
I’ve confirmed that the Whiteboard feature is already enabled in my account. Additionally, the access token generation is correct, and the app settings include other necessary scopes. Is there a special requirement or process to enable the whiteboard:write
scope for my app? Any advice or steps I should take would be greatly appreciated.
Thank you for your assistance.