I have a file that gets edited multiple times a day. There was content in this file that was only visible for a couple days about a month ago. What is the best way to get that information?
I tried using the web interface, but it was clear that it would take hours of loading previous versions to get back that far. I did some searching on the forum and saw this post How-to-batch-download-the-entire-file-version-history . I said to myself, that will be a fun project, I might even learn something. With much enthusiasm, I took their advice and wrote my own app.
It is Monday morning, April 12, 2021. My app is ready. My file is in the crosshairs. Soon I will be able to find a keyword in all open documents using Notepad++. It is so close.
JSON parsing error
Reload App . . .
JSON parsing error
Devastated, I find that I can only load 100 previous versions using list_revisions. This gets me back 10 days...
Do I really have to write an autohotkey program to scrape the website to get this information? Or did they implement this request from 2017 and I just don't see it?
Thank you