You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
issue with permission even i grantes permission WRITE_EXTERNAL_STORAGE,READ_EXTERNAL_STORAGE
andriod 6
Non-fatal Exception: java.lang.Exception:
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)
The text was updated successfully, but these errors were encountered: