Cannot access trashed recordings
Description
trashed meeting recordings are not available via the list all recordings api.
Error
The response shows that total-records > 0, but the meetings array is empty
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
List all recordings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
-
Request URL / Headers (without credentials) / Body
/users//recordings?trash=true -
See error
{"page_count":1,"page_size":30,"total_records":11,"next_page_token":"","meetings":[]}
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Total records > 0 but the meetings list is empty
Additional context
this is happening even when the user has some recordings unlike API bug — List of trashed recordings returns empty if all recordings are in the trash
In a few cases I also got the next_page_token but on using that I got an error saying the next_page_token is invalid. In any cases I was not able to get back the meetings for the files present in trash.