How to retrieve only file versions which are not deleted/trashed?
The following code is returning active and deleted file versions. how to retrieve only file version which are not deleted?
BoxFile file = new BoxFile(client, "id");
List<BoxFileVersion> versions = file.getVersions();
Please sign in to leave a comment.
Comments
0 comments