Running "rclone delete" fails with "Disabling ListR to work around bug in drive as multi listing (2) returned no entries"

Word of warning - my google drive exceeded 5TB and soon will be frozen, so it may be part of the issue, but if anyone sees something else here please let me know. Deleting via a graphical file manager (nemo) works fine.

What is the problem you are having with rclone?

I run:
rclone delete gdrive:crypt/d34ahthj2ehulrt9m3rug40stk/pohik7ov228n6vrrt14k5md9bmhf651047aet6mhfmfqdib8oi4g/b6f8lb70loki22ph3p3e5ng1u8/c33srh6tnpm8qshgts5aiu94ho/67ju5qipbb5ljbtlmio5bfqqmc -vv

fails with:

<7>DEBUG : rclone: Version "v1.62.2" starting with parameters ["rclone" "delete" "gdrive:crypt/d34ahthj2ehulrt9m3rug40stk/pohik7ov228n6vrrt14k5md9bmhf651047aet6mhfmfqdib8oi4g/b6f8lb70loki22ph3p3e5ng1u8/c33srh6tnpm8qshgts5aiu94ho/67ju5qi
pbb5ljbtlmio5bfqqmc" "-vv"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "gdrive:crypt/d34ahthj2ehulrt9m3rug40stk/pohik7ov228n6vrrt14k5md9bmhf651047aet6mhfmfqdib8oi4g/b6f8lb70loki22ph3p3e5ng1u8/c33srh6tnpm8qshgts5aiu94ho/67ju5qipbb5ljbtlmio5bfqqmc"
<7>DEBUG : Using config file from "/home/user1/.config/rclone/rclone.conf"
<7>DEBUG : Waiting for deletions to finish
<7>DEBUG : Google drive root 'crypt/d34ahthj2ehulrt9m3rug40stk/pohik7ov228n6vrrt14k5md9bmhf651047aet6mhfmfqdib8oi4g/b6f8lb70loki22ph3p3e5ng1u8/c33srh6tnpm8qshgts5aiu94ho/67ju5qipbb5ljbtlmio5bfqqmc': Disabling ListR to work around bug in
drive as multi listing (2) returned no entries
<7>DEBUG : Google drive root 'crypt/d34ahthj2ehulrt9m3rug40stk/pohik7ov228n6vrrt14k5md9bmhf651047aet6mhfmfqdib8oi4g/b6f8lb70loki22ph3p3e5ng1u8/c33srh6tnpm8qshgts5aiu94ho/67ju5qipbb5ljbtlmio5bfqqmc': Recycled 2 entries
<7>DEBUG : Google drive root 'crypt/d34ahthj2ehulrt9m3rug40stk/pohik7ov228n6vrrt14k5md9bmhf651047aet6mhfmfqdib8oi4g/b6f8lb70loki22ph3p3e5ng1u8/c33srh6tnpm8qshgts5aiu94ho/67ju5qipbb5ljbtlmio5bfqqmc': Recycled 4 entries
<7>DEBUG : Google drive root 'crypt/d34ahthj2ehulrt9m3rug40stk/pohik7ov228n6vrrt14k5md9bmhf651047aet6mhfmfqdib8oi4g/b6f8lb70loki22ph3p3e5ng1u8/c33srh6tnpm8qshgts5aiu94ho/67ju5qipbb5ljbtlmio5bfqqmc': Re-enabling ListR as previous detecti
on was in error
<7>DEBUG : Google drive root 'crypt/d34ahthj2ehulrt9m3rug40stk/pohik7ov228n6vrrt14k5md9bmhf651047aet6mhfmfqdib8oi4g/b6f8lb70loki22ph3p3e5ng1u8/c33srh6tnpm8qshgts5aiu94ho/67ju5qipbb5ljbtlmio5bfqqmc': Disabling ListR to work around bug in
drive as multi listing (3) returned no entries
<7>DEBUG : Google drive root 'crypt/d34ahthj2ehulrt9m3rug40stk/pohik7ov228n6vrrt14k5md9bmhf651047aet6mhfmfqdib8oi4g/b6f8lb70loki22ph3p3e5ng1u8/c33srh6tnpm8qshgts5aiu94ho/67ju5qipbb5ljbtlmio5bfqqmc': Recycled 3 entries
<7>DEBUG : Google drive root 'crypt/d34ahthj2ehulrt9m3rug40stk/pohik7ov228n6vrrt14k5md9bmhf651047aet6mhfmfqdib8oi4g/b6f8lb70loki22ph3p3e5ng1u8/c33srh6tnpm8qshgts5aiu94ho/67ju5qipbb5ljbtlmio5bfqqmc': Re-enabling ListR as previous detecti
on was in error
<7>DEBUG : 22 go routines active

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

rclone v1.62.2
- os/version: arch "rolling" (64 bit)
- os/kernel: 6.3.4-arch2-1 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.4
- go/linking: dynamic
- go/tags: none

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

Google Drive
rclone Encryption

The rclone config contents with secrets removed.

[gdrive]
type = drive
client_id = 
client_secret = 
scope = drive
token = 
root_folder_id = 
team_drive = 

try --disable=ListR

1 Like

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