Description
When attempting to download meeting recordings I am getting a 124 Forbidden error. I am able to get the list of recordings associated with a meeting, however when I try to download them I get the error. As per the docs site I am appending ?access_token=<MY ACCESS TOKEN> to the url returned by the api
Hi @james2, an OAuth access token is not an account-level JSON Web Token. Can you create a JWT app on the Marketplace, then use a JWT instead of OAuth?
My understanding was that JWT apps are for a totally different purpose to oauth apps. Do JWT apps have granular permission scopes, installable by non-admin users? I don’t want to ask large corp/edu institutions to give me permission to their entire accounts, and I don’t think they would even if I did. But even further still, my understanding was that a JWT app gives me permission to my own Zoom account, not connections between my product and other people’s Zoom accounts via the marketplace.
Hi Tommy,
I am getting the same error (code=124, message=Forbidden) when I use the JWT to download the recordings.
Is the new API got released already to use OAuth to download the recordings? If yes, can you please point me to the location.
Many thanks.
Thanks,
smsivanesan
Any update on my above query? If OAuth based API for recordings download is available, can you please point me. I cannot find any related doc etc. It would be great if you could send me some examples etc?