I am trying to read recordings from my account via OAuth App. But Getting following error when trying to fetch my recordings. I do have included recording:read and write scopes… but these seems different scopes. How can I include these?
{
"code": 4700,
"message": "Invalid access token, does not contain scopes: [zms:recording:read, recording:write:admin, zms:recording:write, recording:read:admin]."
}
I am using /users/{userId}/recordings
API to get recordings but getting this error. I checked scopes but these kind of scopes doesn’t exist at all in scope selection section.
Please help me resolve this.