How to fix Rate_LIMIT_EXCEED while using rclone sync?

What is the problem you are having with rclone?

i am facing with an error while rclone sync
when toomuch retry occured that will stop Rclone sync until its complete finished.

Run the command 'rclone version' and share the full output of the command.

rclone v1.62.2

os/version: Microsoft Windows 11 Pro 21H2 (64 bit)
os/kernel: 10.0.22000.1696 Build 22000.1696.1696 (x86_64)
os/type: windows
os/arch: amd64
go/version: go1.20.2
go/linking: static
go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

Google Share Drive To Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone sync "hostmain:MINE" "gsuitem:MINE" --drive-server-side-across-configs=true --delete-during --checksum --verbose --transfers 4 --checkers 16 --bwlimit 6000 --contimeout 60s --timeout 300s --retries 5 --low-level-retries 10 -P -vv

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag



2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 4.930294768s
2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 8.227863348s
2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 16.400170606s
2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 16.132243036s
2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 16.161083093s
2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 16.438840638s
2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 16.760574432s
2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 16.488864155s
2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 16.09415572s
2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 16.181598325s
2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 16.439282268s
2023-03-19 18:26:30 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: Quota exceeded for quota metric 'Queries' and limit 'Queries per minute' of service 'drive.googleapis.com' for consumer 'project_number:202264815644'.
Details:
[
  {
    "@type": "type.googleapis.com/google.rpc.ErrorInfo",
    "domain": "googleapis.com",
    "metadata": {
      "consumer": "projects/202264815644",
      "quota_limit": "defaultPerMinutePerProject",
      "quota_limit_value": "420000",
      "quota_location": "global",
      "quota_metric": "drive.googleapis.com/default",
      "service": "drive.googleapis.com"
    },
    "reason": "RATE_LIMIT_EXCEEDED"
  },
  {
    "@type": "type.googleapis.com/google.rpc.Help",
    "links": [
      {
        "description": "Request a higher quota limit.",
        "url": "https://cloud.google.com/docs/quota#requesting_higher_quota"
      }
    ]
  }
]
, rateLimitExceeded)
2023-03-19 18:26:30 DEBUG : pacer: Rate limited, increasing sleep to 16.120009364s
2023-03-19 18:26:31 DEBUG : pacer: low level retry 4/10 (error googleapi: Error 403: Quota exceeded for quota metric 'Queries' and limit 'Queries per minute' of service 'drive.googleapis.com' for consumer 'project_number:202264815644'.
Details:
[
  {
    "@type": "type.googleapis.com/google.rpc.ErrorInfo",
    "domain": "googleapis.com",
    "metadata": {
      "consumer": "projects/202264815644",
      "quota_limit": "defaultPerMinutePerProject",
      "quota_limit_value": "420000",
      "quota_location": "global",
      "quota_metric": "drive.googleapis.com/default",
      "service": "drive.googleapis.com"
    },
    "reason": "RATE_LIMIT_EXCEEDED"
  },
  {
    "@type": "type.googleapis.com/google.rpc.Help",
    "links": [
      {
        "description": "Request a higher quota limit.",
        "url": "https://cloud.google.com/docs/quota#requesting_higher_quota"
      }
    ]
  }
]
, rateLimitExceeded)
2023-03-19 18:26:31 DEBUG : pacer: Rate limited, increasing sleep to 16.5463251s
Transferred:      338.828 GiB / 338.828 GiB, 100%, 25.209 MiB/s, ETA 0s
Errors:                 9 (retrying may help)
Checks:            290886 / 290886, 100%
Deleted:             1880 (files), 0 (dirs)
Transferred:          491 / 491, 100%

You didn't include your rclone.conf with the keys/secrets redacted as that's the main piece :frowning:

sorry sir .i edited it with template...

This part is the key...

1 Like

how to see config content sir..

in cmd run "rclone config" and
show current remote sir ...

is that right?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.