-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable9] Fix dropbox storage to not store the whole file in memory #23372
Conversation
Since the library can only store the full response in memory on download, we use an alternate client lib and set the correct headers to be able to stream the content to a temp file.
By analyzing the blame information on this pull request, we identified @Xenopathic, @icewind1991 and @realriot to be potential reviewers |
👍 |
Second review please @MorrisJobke @Xenopathic @LukasReschke |
@owncloud/qa can you help testing ? |
Not working fine 👎 , download spinner gets stuck with big files and it doesn't progress. |
I guess you probably used a huge file and it's taking too much time to be downloaded to temp. Just now I remembered that we have this fix for FTP storage streaming #22286, the I'll submit separate PRs. |
Closing in favor of stream download which works way better: #23516 (with RetryWrapper to make it work for encryption too) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Backport of #23272
Please review @LukasReschke @icewind1991 @Xenopathic