1fichier max listed files 5000

What is the problem you are having with rclone?

Hi guys.
The problem is rclone only list max 5000 files from 1fichier, and this cause issue when uploading new files as duplicate/old files get reuploaded since the copy check only check for 5000 files max (Checks: 5000 / 5000, 100%)
The rclone size also only list max 5000 (Total objects: 5k (5000))

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

rclone v1.60.0-beta.6481.6654b6611

  • os/version: debian 11.4 (64 bit)
  • os/kernel: 5.10.0-17-amd64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.2
  • go/linking: static
  • go/tags: none

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

1fichier

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

rclone --size-only copy Gdrive:Backup/ 1fichier:Backup/ -P

Hi Isid,

I guess you have hit this 1Fichier limitation:

Warning (can be changed in case of abuses) :
List all files of the account is limited to 1 request per hour.
List folders is limited to 5 000 results and 1 request per folder per 30s.

You can find it under "Files : List" on this page: https://1fichier.com/api.html

I am not sure what it exactly means and don't know if there are ways to work around it. Perhaps you can ask 1Ficher support.

1 Like

Thanks Ole
Yes you right. it's limitation on 1fichier side.. just tried via their api

1 Like

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