-
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
GDrive stream download with RetryWrapper #23517
Conversation
By analyzing the blame information on this pull request, we identified @LukasReschke, @MTGap, @icewind1991 and @Xenopathic to be potential reviewers |
@karlitschek backport to stable9? |
👍 looks good |
I was excited when the sync client reported a download speed of 2 MB/s. 😄 |
very nice. please backport 👍 |
|
stable9: #23518 |
@davitol @SergioBertolinSG can you guys test downloads of small and big files for this PR and also the backport #23518 for 9.0.1 ? Thanks |
08b3ac2
to
7be541b
Compare
Changes in google drive side are not being detected. This was known time ago I guess, but it is expected to work here? |
There is a bug here, perhaps something for another issue? Steps:
Expected behaviour:Files can be downloaded. Actual behaviour<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre\DAV\Exception\ServiceUnavailable</s:exception>
<s:message>Could not open file</s:message>
</d:error> Logs
|
@SergioBertolinSG did it happen in 9.0.1 RC 1 before this merge ? Could be unrelated to this PR |
@SergioBertolinSG this PR is only about improving download performance for GDrive files, nothing to do with update detection. Please raise separately. |
OK, this #23517 (comment) happen in 9.0.1RC1, so it is not related, I'll open a different issue about it. Upload detection works correctly in 9.0.1RC1. I'll check this in master to see if it is not related. |
Filed here: #23692 |
Ok, I am seeing now upload detection working fine all the time, so nevermind. 👍 |
👍 |
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. |
To test:
curl -X GET -H Range:bytes=2-5 'http://admin:admin@localhost/owncloud/remote.php/webdav/gdrive/bacon.txt'
@icewind1991 @SergioBertolinSG @Xenopathic