mirror of
https://github.com/rclone/rclone.git
synced 2025-01-29 21:04:23 +02:00
1155cc0d3f
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.