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
scenario:
When I download the image from Google SearchBar that is not working. Multipicker show Error like permission not granted & FileNotFoundException. Path : /data/user/0/com.android.providers.downloads/cache/downloadfile.jpg
But I download the same image from chrome it works perfectly. Path : /storage/emulated/0/Download/downloadfile.jpg
java.io.FileNotFoundException: Source '/data/user/0/com.android.providers.downloads/cache/downloadfile.jpg' does not exist
at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:121)
at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:109)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.copyFileToFolder(FileProcessorThread.java:169)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.postProcess(FileProcessorThread.java:135)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.processFiles(FileProcessorThread.java:109)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.run(FileProcessorThread.java:80)
at com.kbeanie.multipicker.core.threads.ImageProcessorThread.run(ImageProcessorThread.java:42)
java.io.FileNotFoundException: Source '/data/user/0/com.android.providers.downloads/cache/downloadfile.jpg' does not exist
at com.kbeanie.multipicker.core.threads.FileProcessorThread.copyFileToFolder(FileProcessorThread.java:174)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.postProcess(FileProcessorThread.java:135)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.processFiles(FileProcessorThread.java:109)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.run(FileProcessorThread.java:80)
at com.kbeanie.multipicker.core.threads.ImageProcessorThread.run(ImageProcessorThread.java:42)
Caused by: java.io.FileNotFoundException: Source '/data/user/0/com.android.providers.downloads/cache/downloadfile.jpg' does not exist
at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:121)
at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:109)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.copyFileToFolder(FileProcessorThread.java:169)
The text was updated successfully, but these errors were encountered:
vishrut2207
changed the title
Fatal Exception: java.lang.IllegalArgumentException
Getting java.io.FileNotFoundException
Oct 1, 2018
scenario:
When I download the image from Google SearchBar that is not working. Multipicker show Error like permission not granted & FileNotFoundException.
Path : /data/user/0/com.android.providers.downloads/cache/downloadfile.jpg
But I download the same image from chrome it works perfectly.
Path : /storage/emulated/0/Download/downloadfile.jpg
Fatal Exception: java.lang.IllegalArgumentException
Unknown URI: content://downloads/public_downloads/572
java.io.FileNotFoundException: Source '/data/user/0/com.android.providers.downloads/cache/downloadfile.jpg' does not exist
at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:121)
at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:109)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.copyFileToFolder(FileProcessorThread.java:169)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.postProcess(FileProcessorThread.java:135)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.processFiles(FileProcessorThread.java:109)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.run(FileProcessorThread.java:80)
at com.kbeanie.multipicker.core.threads.ImageProcessorThread.run(ImageProcessorThread.java:42)
java.io.FileNotFoundException: Source '/data/user/0/com.android.providers.downloads/cache/downloadfile.jpg' does not exist
at com.kbeanie.multipicker.core.threads.FileProcessorThread.copyFileToFolder(FileProcessorThread.java:174)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.postProcess(FileProcessorThread.java:135)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.processFiles(FileProcessorThread.java:109)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.run(FileProcessorThread.java:80)
at com.kbeanie.multipicker.core.threads.ImageProcessorThread.run(ImageProcessorThread.java:42)
Caused by: java.io.FileNotFoundException: Source '/data/user/0/com.android.providers.downloads/cache/downloadfile.jpg' does not exist
at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:121)
at com.kbeanie.multipicker.utils.FileUtils.copyFile(FileUtils.java:109)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.copyFileToFolder(FileProcessorThread.java:169)
The text was updated successfully, but these errors were encountered: