Unable to use pcloud remote

I am trying to create a pcloud remote and am unable to use it once created. I also tried to add a crypt version of it and the crypt version has the same issue. I have tried this on both windows 11 and linux and both have same issue. i have tried to find a solution online to see how i can parse the date and remove the "h###" text but the date format flag doesn't appear to be valid in rclone anymore. Any help is greatly appreciated.

What is the problem you are having with rclone?

When I use any command in rclone with a pcloud remote, I get the following error shown below:

rclone lsd -vv pcloud:
<7>DEBUG : rclone: Version "v1.60.1-DEV" starting with parameters ["rclone" "lsd" "-vv" "pcloud:"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "pcloud:"
<7>DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
<3>ERROR : : error listing: couldn't list files: parsing time ""Mon, 19 Aug h385 05:59:14 +0000"" as ""Mon, 02 Jan 2006 15:04:05 -0700"": cannot parse "h385 05:59:14 +0000"" as "2006"
<7>DEBUG : 3 go routines active
Failed to lsd with 2 errors: last error was: couldn't list files: parsing time ""Mon, 19 Aug h385 05:59:14 +0000"" as ""Mon, 02 Jan 2006 15:04:05 -0700"": cannot parse "h385 05:59:14 +0000"" as "2006"

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

rclone v1.60.1-DEV

  • os/version: debian 12.8 (64 bit)
  • os/kernel: 6.8.12-5-pve (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.8
  • go/linking: dynamic
  • go/tags: none

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
-->
Yes

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:
rclone ls pcloud:

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

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

A log from the command that you were trying to run with the -vv flag

<7>DEBUG : rclone: Version "v1.60.1-DEV" starting with parameters ["rclone" "lsd" "-vv" "pcloud:"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "pcloud:"
<7>DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
<3>ERROR : : error listing: couldn't list files: parsing time "\"Mon, 19 Aug h385 05:59:14 +0000\"" as "\"Mon, 02 Jan 2006 15:04:05 -0700\"": cannot parse "h385 05:59:14 +0000\"" as "2006"
<7>DEBUG : 3 go routines active
Failed to lsd with 2 errors: last error was: couldn't list files: parsing time "\"Mon, 19 Aug h385 05:59:14 +0000\"" as "\"Mon, 02 Jan 2006 15:04:05 -0700\"": cannot parse "h385 05:59:14 +0000\"" as "2006"

You need to update rclone.

1 Like

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