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

Flutter downloader is not working in Android (Permission denied) #940

Open
getSami147 opened this issue Feb 21, 2024 · 2 comments
Open

Flutter downloader is not working in Android (Permission denied) #940

getSami147 opened this issue Feb 21, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@getSami147
Copy link

Describe the bug
I am Trying the download the Audio but In Android 14 its not downloading the Audio this is google pixel 5 physical device , I show the error Message "Permission denied" I show the dialogue box when some one decline the permission then the app forward to the App permission setting ,I have allow the permission on device but still show the same error I provided all the permission in manifast.xml,

please provide the solution or fix and Update the issue, thank you

IN the device all the permission is allowed but still error (Permission denied )







<application
android:requestLegacyExternalStorage="true"

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Device information:

  • Device: [ Google Pixel 5 ]
  • OS: [ Android 14]
  • plugin version [e.g. v^1.11.6]

Additional context

@getSami147 getSami147 added the bug Something isn't working label Feb 21, 2024
@getSami147 getSami147 changed the title audio Download not working in Android 14 version audio Download not working in Android 14 version (Permission denied) Feb 21, 2024
@getSami147 getSami147 changed the title audio Download not working in Android 14 version (Permission denied) Flutter downloader is not working in Android (Permission denied) Feb 21, 2024
@balajiks-dev
Copy link

balajiks-dev commented Feb 22, 2024

@getSami147 Please add example project

@rafaelqcosta
Copy link

I am facing the same issue. I found out that in Android 13+ versions, the write and read storage permissions have been deprecated. Check out this library https://pub.dev/packages/permission_handler

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

3 participants