Hi,
I am trying to get the metadata for a specific revision of a file,
with V1 I used to do:
metadata = client.metadata(FileName, list=False, file_limit=1, hash=None, rev=revN, include_deleted=False)
then I had it in "metadata['modified']".
Now I can only see how to download a particular revision or get the metadata for the last N (up to 100) revisions of a file. What if I have more than 100 versions?
P.S.
How I can specify the revision in the path, as the SDK states for "file_download"?
files_download(path, rev=None)
Download a file from a user’s Dropbox.
Parameters • path (str) – The path of the file to download.
• rev (Nullable) – Deprecated. Please specify revision in path instead.