miguelpruivo / flutter_file_picker

File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.
MIT License
1.32k stars 653 forks source link

getDirectoryPath() only gives access to media files in a directory #1446

Closed noob8boi closed 6 months ago

noob8boi commented 7 months ago

Describe the bug getDirectoryPath() method on android gives access to media-only files but not the files like .zip, .csv etc. If this is the intended behavior then requesting MANAGE_EXTERNAL_STORAGE permission is the only way?

Platform

Platform OS version Android 11

How are you picking?

final directoryPath = await FilePicker.platform.getDirectoryPath();

Details to reproduce the issue 1) use the method on android 11. 2) select any directory with non media files.

Flutter Version details image

github-actions[bot] commented 6 months ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 6 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

NomadicDeveloper22 commented 4 months ago

This should be marked as open

rohinton-collins commented 1 month ago

@noob8boi Did you find a solution to this problem?