rclone/backend/drive
Nick Craig-Wood b5ba077a2f drive: work around drive bug which didn't set modtime of copied docs
Google drive appears to no longer be copying the modification time of
google docs.

Setting the mod time immediately after the copy doesn't work either,
so this patch copies the object, waits for 1 second and then sets the
modtime.

Fixes #4517
2020-08-20 20:19:33 +01:00
..
test
drive.go drive: work around drive bug which didn't set modtime of copied docs 2020-08-20 20:19:33 +01:00
drive_internal_test.go
drive_test.go
upload.go