]> source.dussan.org Git - nextcloud-server.git/commit
Use Guzzle stream to download files from GDrive
authorVincent Petry <pvince81@owncloud.com>
Thu, 14 Jan 2016 16:52:30 +0000 (17:52 +0100)
committerVincent Petry <pvince81@owncloud.com>
Thu, 14 Jan 2016 16:52:30 +0000 (17:52 +0100)
commitd608c37c90c308d0518d854de908ec4be5f462dc
tree35be34c59741c0184d9195c6d55263dc00990730
parent3f64d37f2afd2f9a706df7495d543dccdb51c1f7
Use Guzzle stream to download files from GDrive

The API library does not support streaming and always reads the full
file into memory.

This workaround copies the signed headers to a Guzzle request and
returns the response as stream.
apps/files_external/lib/google.php