-
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] Chunk upload for GDrive #23361
Conversation
Instead of storing the WHOLE file in memory in a PHP variable, use the library's chunk upload support.
By analyzing the blame information on this pull request, we identified @Xenopathic, @MTGap and @icewind1991 to be potential reviewers |
@owncloud/qa can you help testing ? |
Works fine 👍 A problem with an upload happened once, but not reproducible. Logs here http://paste.debian.net/417740/ |
Looks like the error you saw was a connection failed to the GDrive server in the constructor. |
@icewind1991 second review ? |
👍 |
[stable9] Chunk upload for GDrive
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 #23323 to stable9
Please review @icewind1991 @LukasReschke @schiesbn @Xenopathic @MorrisJobke