mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 10:25:03 +01:00
4e4feebf0a
Before this change any attempt to access a google doc in an rclone mount would give the error "partial downloads are not supported while exporting Google Documents" as the mount uses ranged requests to read data. This implements ranged requests for a limited number of scenarios, just enough so that Google docs can be cat-ed from an rclone mount. When they are cat-ed then they receive their correct size also. |
||
---|---|---|
.. | ||
test | ||
drive_internal_test.go | ||
drive_test.go | ||
drive_unsupported.go | ||
drive.go | ||
upload.go |