rclone/backend/drive
Ninh Pham 1155cc0d3f drive: Make --drive-stop-on-upload-limit to respond to storageQuotaExceeded
Before this change, if a "--drive-stop-on-upload-limit" was set,
rclone would not stop the upload if a "storageQuotaExceeded" error occurred.

This fix now checks for the "storageQuotaExceeded" error
and "--drive-stop-on-upload-limit", and fails fast.
2023-03-07 11:00:08 +00:00
..
test drive: add --drive-import-formats 2018-09-25 15:20:23 +01:00
drive.go drive: Make --drive-stop-on-upload-limit to respond to storageQuotaExceeded 2023-03-07 11:00:08 +00:00
drive_internal_test.go drive: Make --drive-stop-on-upload-limit to respond to storageQuotaExceeded 2023-03-07 11:00:08 +00:00
drive_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
upload.go backends: Add context checking to remaining backends #4504 2021-03-16 16:17:22 +00:00