Transfer recordings to other cloud storage

Hello,

I want to store all recordings on my own cloud storage, so I have to transfer them from zoom cloud to my cloud out of zoom.

I created JWT and use its secret and token in my script, but always get this error message:

{“code”: 124, “message”: “invalid access token.”}

So, would you please help me to do this issue ?

Hey @samaschoolar
This could be due to the way you are generating your JWT token.
As you might know by now, our JWT app type will be deprecated later this year.
I would suggest you to look into our Server-to-Server OAuth app here:
https://developers.zoom.us/docs/internal-apps/

Hope this helps,
Elisa