Open NWuensche opened 3 years ago
downloadOnly requires the disk cache because the disk cache is what's used to store the downloaded file. downloadOnly is kind of a specialized use case. If you're just downloading the original unmodified File, there's really not much benefit in using Glide. I'd recommend just downloading it directly using whatever networking library you've chosen.
Glide Version: 4.12.0
Integration libraries: No
Device/Android Version: Emulator and Samsung Galaxy S20
Issue details / Repro steps / Use case background: Running the following code (Using RxJava2 for Networking, but error also was there with coroutines):
runs with no problem. However, adding DiskCacheStrategy.NONE like so:
fails with the following
java.util.concurrent.ExecutionException
: