🗑 Recycle Bin
- Move to Bin:
1await ufm.BinFile("Alice@example.com", "Product1", "file.txt");
- Recover File:
1await ufm.RecoverFile("Alice@example.com", "Product1", "file.txt.hbhbin");
- List Trash:
1const trashFiles = await ufm.ListTrash("Alice@example.com", "Product1");
- Empty Trash:
1await ufm.EmptyTrash("Alice@example.com", "Product1");