What is the problem you are having with rclone?
I have an rclone union with three 1 tb accounts (3tb) total that keeps failing to sync with the error code
2024/07/14 03:03:43 Failed to sync with 13 errors: last error was: HTTP error 507 (507 Insufficient Storage) returned body: "{\"error\":{\"code\":\"quotaLimitReached\",\"message\":\"Insufficient Space Available\",\"localizedMessage\":\"The given action cannot be completed because the user has reached their quota limit.\"}}"
Run the command 'rclone version' and share the full output of the command.
rclone v1.67.0
- os/version: slackware 15.0+ (64 bit)
- os/kernel: 6.1.79-Unraid (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Unraid (Linux) to OneDrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone sync /mnt/user/userA/ onedrive-union:/UserA/ -v --log-file /mnt/user/appdata/logs/userA_sync.txt
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[onedrive-user1]
type = onedrive
token = XXX
drive_id = XXX
drive_type = personal
[onedrive-user2]
type = onedrive
token = XXX
drive_id = XXX
drive_type = personal
[onedrive-user3]
type = onedrive
token = XXX
drive_id = XXX
drive_type = personal
[onedrive-union]
type = union
upstreams = onedrive-user1:rcuvault onedrive-user2:rcuvault onedrive-user3:rcuvault
A log from the command that you were trying to run with the -vv
flag
Error posted above terminates the sync command early
Is there any way to set a 999gb limit per onedrive account to prohibit this error from occurring?