Rclone directory name accented

What is your rclone version (eg output from rclone -V)

rclone v1.37-127-ga91448c8β

  • os/arch: linux/amd64
  • go version: go1.9

Which OS you are using and how many bits (eg Windows 7, 64 bit)
Kali Linux 64 bit
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone lsd lazaro:GranCursos\ PRÓ
A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)
2017/09/11 18:49:00 DEBUG : rclone: Version “v1.37-127-ga91448c8β” starting with parameters [“rclone” “-vv” “lsd” “lazaro:GranCursos PRÓ”]
2017/09/11 18:49:06 INFO : Google drive root ‘GranCursos PRÓ’: Modify window is 1ms
2017/09/11 18:49:06 ERROR : : error listing: directory not found
2017/09/11 18:49:06 Failed to lsd: directory not found

The problem occurs because the accent. If I take it off, I can list the remote folder. My problem is that folder is a shared folder and I don’t have permissions to rename it.

Can you paste the output of what the folder looks like when you do rclone lsd lazaro: - I’d like the check the encoding of the folder name.

mrl@kpX:~$ rclone -vv lsd lazaro:
2017/09/12 08:24:56 DEBUG : rclone: Version “v1.37-127-ga91448c8β” starting with parameters [“rclone” “-vv” “lsd” “lazaro:”]
2017/09/12 08:24:57 INFO : Google drive root ‘’: Modify window is 1ms
-1 2017-09-11 21:46:00 -1 GranCursos PRÓ
2017/09/12 08:24:57 DEBUG : Go routines at exit 4
2017/09/12 08:24:57 DEBUG : rclone: Version “v1.37-127-ga91448c8β” finishing with parameters [“rclone” “-vv” “lsd” “lazaro:”]

Hmm, this looks like a bug!

I managed to replicate this

$ rclone mkdir "drive:test/GranCursos PRÓ"
$ rclone ls "drive:test/GranCursos PRÓ"
2017/09/12 13:48:31 ERROR : : error listing: directory not found
2017/09/12 13:48:31 Failed to ls: directory not found
$ rclone lsd "drive:test"
          -1 2017-09-12 12:48:24        -1 GranCursos PRÓ

Can you please make a new issue on github with the details in please.

Thanks