Pcloud : Failed to lsd with 2 errors: last error was: directory not found

What is the problem you are having with rclone?

I could connect it to my pCloud account, it got the access token without issue. However, I cannot make it about to even list the pCloud root folder's content.

What is your rclone version (output from rclone version)

1.57.0

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

pCloud

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

rclone lsd pcloud

The rclone config contents with secrets removed.

[pcloud]
type = pcloud
token = {"access_token":"xxxxxxxxxxx","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}
hostname = api.pcloud.com

A log from the command with the -vv flag

2022/01/02 14:43:17 DEBUG : rclone: Version "v1.57.0" starting with parameters ["C:\\rclone\\rclone.exe" "lsd" "pcloud" "-vv"]
2022/01/02 14:43:17 DEBUG : Creating backend with remote "pcloud"
2022/01/02 14:43:17 DEBUG : Using config file from "C:\\Users\\fabri\\AppData\\Roaming\\rclone\\rclone.conf"
2022/01/02 14:43:17 DEBUG : fs cache: renaming cache item "pcloud" to be canonical "//?/C:/rclone/pcloud"
2022/01/02 14:43:17 ERROR : : error listing: directory not found
2022/01/02 14:43:17 DEBUG : 2 go routines active
2022/01/02 14:43:17 Failed to lsd with 2 errors: last error was: directory not found

You need to add ":" on the end of the remote name.

rclone lsd pcloud:

Oh thank you. I'm feeling a bit silly ! It's working now

1 Like

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