Has anyone had success getting files from a trashed folder using the API? I'm following this documentation: https://developer.box.com/reference/get-folders-id-trash
Using the endpoint /folders/{folder_id}/trash/ based on the docs I expect to receive a list of files but i get only folder details.
Any idea how to download all files inside trash folder having Id "12345" (for example)?
Thanks