rclone/backend/drive
Nick Craig-Wood 4e4feebf0a drive: fix google docs in rclone mount in some circumstances #1732
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.
2019-01-31 10:39:13 +00:00
..
test drive: add --drive-import-formats 2018-09-25 15:20:23 +01:00
drive.go drive: fix google docs in rclone mount in some circumstances #1732 2019-01-31 10:39:13 +00:00
drive_internal_test.go drive: supply correct scopes to when using --drive-impersonate 2019-01-07 11:50:05 +00:00
drive_test.go drive, googlecloudstorage: disallow on go1.8 due to dependent library changes 2018-11-26 14:10:33 +00:00
drive_unsupported.go drive, googlecloudstorage: disallow on go1.8 due to dependent library changes 2018-11-26 14:10:33 +00:00
upload.go drive, googlecloudstorage: disallow on go1.8 due to dependent library changes 2018-11-26 14:10:33 +00:00