nabil6391 / flutter_download_manager

Flutter Download Manager is a Cross-Platform file downloader with resumeable, parallel and batch Download support. Also be notified of download status and progress updates
MIT License
44 stars 27 forks source link

File download issue on Android 13, Redmi Device #21

Open sam829 opened 4 months ago

sam829 commented 4 months ago

E/flutter (26059): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FileSystemException: Cannot create file, path = '/downloads.partial' (OS Error: Read-only file system, errno = 30) E/flutter (26059): #0 _File.throwIfError (dart:io/file_impl.dart:675:7) E/flutter (26059): #1 _File.createSync (dart:io/file_impl.dart:306:5) E/flutter (26059): #2 DioForNative.download (package:dio/src/dio/dio_for_native.dart:93:10) E/flutter (26059): E/flutter (26059): #3 DownloadManager.download (package:flutter_download_manager/src/downloader.dart:94:24) E/flutter (26059): E/flutter (26059):

SNNafi commented 2 months ago

This is related to file permission and is not associated with this plugin.