Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

FileSystemException: Directory listing failed, path = '/storage/emulated/0/Download/' (OS Error: No such file or directory, errno = 2) at FileManager.dirsTree(file_manager.dart:110) #11

Open
kw2019ltd opened this issue Apr 24, 2020 · 0 comments

Comments

@kw2019ltd
Copy link

issue with permission even i grantes permission WRITE_EXTERNAL_STORAGE,READ_EXTERNAL_STORAGE

andriod 6

Non-fatal Exception: java.lang.Exception:

Try to add thes lines to your AndroidManifest.xml file

      `<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>`
      `<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>`

and grant storage permissions to your applicaion from app settings

FileSystemException: Directory listing failed, path = '/storage/emulated/0/Download/' (OS Error: No such file or directory, errno = 2)
at FileManager.dirsTree(file_manager.dart:110)
at FileManager.filesTree(file_manager.dart:132)
at FileManager.recentFilesAndDirs(file_manager.dart:43)
at _VideoDownloadPageState._initFiles(video_page.dart:69)

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant