Murali Nagireddy
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Murali Nagireddyさんの最近のアクティビティ-
Murali Nagireddyさんが投稿を作成しました:
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さんが投稿を作成しました:
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 = ...