Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileSystemException: Creation failed, path = 'Rasiadownloads' (OS Error: Read-only file system, errno = 30) #1

Open
RahamanZirak opened this issue Apr 24, 2022 · 1 comment

Comments

@RahamanZirak
Copy link

RahamanZirak commented Apr 24, 2022

hello friends
when I start the task it show this error and don't start the task .
I granted the permissions via manifest and permission_handler but still got this error
FileSystemException: Creation failed, path = 'Rasiadownloads' (OS Error: Read-only file system, errno = 30)

@mgenware
Copy link
Owner

Hi @RahamanZirak , googling "FileSystemException: Creation failed" tells me that you are probably hitting a file permission issue on Android. I don't know much about Android. Please make sure you have write permission on paths buxing needed when downloading a file. Say you're downloading a.zip, buxing needs write permission on the following files:

a.zip
a.zip.bxdown (partially downloaded file)
a.zip.bxdownstate (state file)

If the problem still exists, you can paste logs here (see README for logging).

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

No branches or pull requests

2 participants