Using this template helps us debug your issues more effectively 
Description
-
When I try to get a list of cloud recordings from above one month from the present day, I get an empty array of recording, even when sending the correct from date in the query.
-
This endpoint was working perfectly but has recently started returning this error
-
When I try ti get recordings between a day from the present day, I get results.
-
The first “from and to date” is what is returned from Zoom as my search parameter which is not what I’m entering in my requests as seen in the second “to and from date” below.
-
I figured regardless of the “from and to date” I enter, Zoom changes it to a month from the present day
Error
I’m getting an empty array as result
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
const url = `https://api.zoom.us/v2/users/${userId}/recordings?from=${query.from}`
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
- See error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
