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
The current implementation of the download history is incomplete. It will not record some cases (no filename given in getDownloadTokenById() and not present at all in downloadProductById()), and it always records the full file size, even if the download is done in chunks.
See TODO markers in file ProductManager.java.
The text was updated successfully, but these errors were encountered:
The current implementation of the download history is incomplete. It will not record some cases (no filename given in
getDownloadTokenById()
and not present at all indownloadProductById()
), and it always records the full file size, even if the download is done in chunks.See
TODO
markers in fileProductManager.java
.The text was updated successfully, but these errors were encountered: