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
The download reaches 100% and stays there indefinitely. I observed that when the download is enqueued, it creates a file in the directory. At 100%, it removes the file and stays stuck at 100% without any error. However, when the WRITE_EXTERNAL_STORAGE permission is granted to the app, the plugin works normally and stores the file. Why WRITE_EXTERNAL_STORAGE permission is required even when saving in private storage?
File is stored in getApplicationDocumentsDirectory().path
To Reproduce
Steps to reproduce the behavior:
Start download in private directory
Download reaches 100% without completion
Expected behavior
Download should be completed and the file should not be deleted.
Screenshots
Desktop (please complete the following information):
Describe the bug
The download reaches 100% and stays there indefinitely. I observed that when the download is enqueued, it creates a file in the directory. At 100%, it removes the file and stays stuck at 100% without any error. However, when the WRITE_EXTERNAL_STORAGE permission is granted to the app, the plugin works normally and stores the file. Why WRITE_EXTERNAL_STORAGE permission is required even when saving in private storage?
File is stored in getApplicationDocumentsDirectory().path
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Download should be completed and the file should not be deleted.
Screenshots
Desktop (please complete the following information):
Device information:
Additional context
The text was updated successfully, but these errors were encountered: