I have an old file that is over a year old.
When I call list_revisions on this file, all the history is displayed.
All revisions have is_downloadable set to true.
However, when I actually download the revision, it returns an error saying not found.
When I call restore, it returns an invalid_revision error.
When I look at the history on the web page, only the current revision is displayed, and past revisions are not displayed.
I can't find the difference in information between the old file and the new file's revision list on the API.
Is it possible to filter out revisions that cannot be downloaded or rolled back from the old file's revision list?