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

Downloading doesn't work for Android 14 #982

Open
DonWasyl opened this issue Dec 13, 2024 · 0 comments
Open

Downloading doesn't work for Android 14 #982

DonWasyl opened this issue Dec 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@DonWasyl
Copy link

DonWasyl commented Dec 13, 2024

Hey, I tried to download files by this package.
Is not a problem for iOS, but for Android 13+ downloading doesn't start (stuck on enqueue status).

I changed Permission.storage.request(); to Permission.manageExternalStorage.status;, I added <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" /> to manifest file and it still doesn't work...
(I'm trying to download file different than image/video)

_localPath = (await getExternalStorageDirectory())!.path; also not work

Even example app works the same (mean doesn't work)

Any suggestions? I was looking for solutions in other tickets but without any results.

@DonWasyl DonWasyl added the bug Something isn't working label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant