I need to create Zoom Meeting but i got some error from
url = f"https://api.zoom.us/v2/users/{ZOOM_ACCOUNT_ID}/meetings"
{
"error": "Error creating Zoom meeting: Invalid access token, does not contain scopes:[meeting:write:meeting, meeting:write:meeting:admin]."
}
My Application upgrade to Pro and I check all Meeting and User but error tell me it does not contain scopes. What did i missed ? From Internet tell me checked only meeting:write, meeting:read, user:read, user:write but i cann’t find all of these in scope, I find meeting:write:…:… Why not same name. I selected App is Server-to-Server OAuth App. Please help me. I’m new developer.