How could I get the all revisions of one file with API v2, the v1 could get the recent 1000 revisions v2 the parameter limit range is [1, 100] so how should I get the all revisions or how many revisions about the file?
Thanks.
No pagination or even a way to specify a datetime range within which we are looking for 100 revisions? It's disappointing to have months of version history available in the Dropbox web UI and unavailable via the API.
@HaPsantran Thanks for the feedback. I don't have an update on this request but I'll add your note and follow up here if/when I have any news.
Any further update on this, I have the api proceedure running, but cannot get more than 100 updates.
I am trying to replicate the version history option that is available on the web by right clicking on a file.
Short of running a twice daily procedure going forward (can easily be more than 100 updates on a file during a day), not sure what else I can do.
@Excelmate No, unfortunately I don't have any changes to report on this.
Hi @CooperLiu, @Excelmate, and @HaPsantran,
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