Downloading Multiple Large Files Fails #1885
Labels
area/screen/files
Issues related to Files screen
effort/hours
Estimated to take one or several hours
kind/bug
A bug in existing code (including security flaws)
P1
High: Likely tackled by core team if no one steps up
Describe the bug
Downloading large files fails due to the usage of
ipfs object add-link
. See ipfs/kubo#7421.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Download the files.
Additional context
See ipfs/kubo#7421. We should move to the MFS API, perhaps through some kind of temporary file on the MFS?
Perhaps something such as
/temp/Download {timestamp}
. cc @lidelThe text was updated successfully, but these errors were encountered: