Cloud recording, list recordings for webinar, token issue

Cloud recording, list recordings for webinar, token issue:

API Endpoint(s) and/or Zoom API Event(s)
Get meeting recordings
GET /accounts/{accountId}/meetings/{meetingId}/recordings

Description
*I’m using server to server App and triing to get a list of webinar cloud recordings I have a required scope: “cloud_recording:read:list_account_recordings:master” but the response is

{"code":4711,"message":"Invalid access token, does not contain scopes:[cloud_recording:read:list_account_recordings:master]."}

Error
Invalid access token, does not contain scopes:[cloud_recording:read:list_account_recordings:master]."

How To Reproduce
Steps to reproduce the behavior:
1. Create server-to-server app
2. Add scope “cloud_recording:read:list_recording_files:master”
3. Create a webinar with auto_recording=cloud. Conduct/finish it.
4. Receive oauth token using https://zoom.us/oauth/token
5. Call GET /accounts/{accountId}/meetings/{meetingId}/recordings endpoint with your webinar ID
6. Error message: “Invalid access token, does not contain scopes:[cloud_recording:read:list_account_recordings:master].”

I have encountered almost the exact same issue except the API I used is accounts/{ACCOUNT_ID}/recordings. Otherwise the issue is exactly the same.

Hi @tech8 and @airclubhouse
Are you still having this issue?