Murali Nagireddy
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Murali Nagireddy-
Murali Nagireddy created a post,
How to delete older version of file permanently?
I deleted older version, but it still exists in trash and there is an option to restore it. How to delete from trash as well using sdk?
-
Murali Nagireddy created a post,
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 = ...