API v2 allows access to a paltry 100 revisions (for one, this makes unlimited version history useless for apps which offer backup-style features on top of the revisions feature.)
You should be able to page through all revisions.
Hi @jqshenker,
There has been a recent enhancement to the Dropbox API’s /2/files/list_revisions endpoint that may be helpful for your implementation. The endpoint now supports two new capabilities:
These updates have improved the pagination functionality for file revision history. However, this functionality is not yet available in the Dropbox SDKs. To use the new capabilities, you’ll need to make direct HTTP requests to the /2/files/list_revisions endpoint.
If you have any questions, please don’t hesitate to reach out to us.
Best regards,API Support Team