Description
I’m trying to list all the recordings of an account so I can try and batch download them easily, but am getting error code 124 whenever I’m trying to use any /account/ endpoints. I have tried to substitute /me for userId and it still errors.
Error
{‘code’: 124, ‘message’: ‘Invalid access token.’}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/accounts/{accountId}/users/{userId}/recordings or /meetings
How To Reproduce (If applicable)
Using either one of the endpoints above, or any /accounts/ endpoints seem to result in the 124 error.
Additional context
At the moment we do not have the feature to bulk download recordings yet.
But If you’d like to use our API calls to bulk download your videos, you can use this call:
https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/getaccountcloudrecording
But this does require some know-how. You would use our API to gather all recordings during a time period and then use a script to download them all.
Disclaimer: App integration to Zoom should be managed by your Developer."
Was the information I received from a coworker who originally asked if there was anything that already existed from Zoom.