enqueueToDownload
abstract suspend fun enqueueToDownload(fileIds: Set<String>, priority: DownloadPriority, cacheMode: CacheMode?, targetDirUri: Uri?)
Adds file with fileIds to the download queue.
Throws
cacheMode and targetDirUri is null.