-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
I am trying to get all old versions.
.List() with b2.ListHidden() lists both current and old versions.
Now I thought I could just subtract a list of current files from a list of file versions, but the ID doesn't seem to be exposed. When I get them from iterator.Object(), the old versions look identical to the current versions, so I have no way of detecting which is the most current one (apart from sorting by LastModified, which is tricky because it has limited resolution).