Checklist
Describe the bug
Folder deleted with OmhStorageClient.deleteFile() still returned from OmhStorageClient.listFiles()
To Reproduce
Steps to reproduce the behavior:
- Create a folder on Google Drive
- Delete the folder created in 1 with
OmhStorageClient.deleteFile()
- Folder deleted in 2 still returned with
OmhStorageClient.listFiles(), but had been in the trash bin on Google Drive from web browser
Expected behavior
The deleted folder should not be returned if the folder had been marked trashed
Smartphone (please complete the following information):
- Device: Pixel 7 emulator
- OS: Android 14
- android-omh-storage version 2.0.6-alpha
Additional context
Not sure if I need to use OmhStorageClient.permanentlyDeleteFile() directly instead...
Checklist
Describe the bug
Folder deleted with
OmhStorageClient.deleteFile()still returned fromOmhStorageClient.listFiles()To Reproduce
Steps to reproduce the behavior:
OmhStorageClient.deleteFile()OmhStorageClient.listFiles(), but had been in the trash bin on Google Drive from web browserExpected behavior
The deleted folder should not be returned if the folder had been marked trashed
Smartphone (please complete the following information):
Additional context
Not sure if I need to use
OmhStorageClient.permanentlyDeleteFile()directly instead...