1FICHIER, Rclone does not allow to RENAME files and folders, when you mount a 1fichier disk drive

i think what i wrote is correct, that rclone thinks the filename is a folder.

and next time you run the command, use this, to cut down on the size of the log.
--dump bodies --retries 1 --low-level-retries 1

I have discovered that with PLCOUD, in addition to 1fichier, with MOVETO, it also gives an error.
It does not rename the file.
I have tried it with slash / and without slash, after pcloud:

rclone -vv moveto pcloud:/hellow_world.txt pcloud:/hellow_world9.txt
rclone -vv moveto pcloud:hellow_world.txt pcloud:hellow_world9.txt

Attached the two console screen dumps with -vv

SET RCLONE_CONFIG_PCLOUD_TYPE=pcloud
SET RCLONE_CONFIG_PCLOUD_HOSTNAME=api.pcloud.com
SET RCLONE_CONFIG_PCLOUD_TOKEN= {"access_token":"nnnnnnnnnnnnnnnnnnnnnn...

Here I first make a list of the files in the main directory, so that you can see, if they are there.
With lsl


C:\rclone\rclone.exe lsl pcloud:/ --max-depth 1

2021/06/09 18:56:44 NOTICE: Config file "C:\Users\PC\.config\rclone\rclone.conf" not found - using defaults
40 2021-06-09 18:50:50.000000000 fichero2.txt
43 2021-06-09 18:50:50.000000000 hello_world.txt


C:\rclone\rclone.exe -vv moveto pcloud:/hellow_world.txt pcloud:/hellow_world9.txt

2021/06/09 18:56:57 NOTICE: Config file "C:\Users\PC\.config\rclone\rclone.conf" not found - using defaults
2021/06/09 18:56:57 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "-vv" "moveto" "pcloud:/hellow_world.txt" "pcloud:/hellow_world9.txt"]
2021/06/09 18:56:57 DEBUG : Creating backend with remote "pcloud:/hellow_world.txt"
2021/06/09 18:56:57 DEBUG : pcloud: detected overridden config - adding "{OS5/K}" suffix to name
2021/06/09 18:56:58 DEBUG : fs cache: renaming cache item "pcloud:/hellow_world.txt" to be canonical "pcloud{OS5/K}:hellow_world.txt"
2021/06/09 18:56:58 DEBUG : Creating backend with remote "pcloud:/hellow_world9.txt"
2021/06/09 18:56:58 DEBUG : pcloud: detected overridden config - adding "{OS5/K}" suffix to name
2021/06/09 18:56:59 DEBUG : fs cache: renaming cache item "pcloud:/hellow_world9.txt" to be canonical "pcloud{OS5/K}:hellow_world9.txt"
2021/06/09 18:56:59 DEBUG : pcloud root 'hellow_world9.txt': Using server-side directory move
2021/06/09 18:57:00 ERROR : pcloud root 'hellow_world9.txt': Server side directory move failed: directory not found
2021/06/09 18:57:00 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
2021/06/09 18:57:00 DEBUG : pcloud root 'hellow_world9.txt': Using server-side directory move
2021/06/09 18:57:01 ERROR : pcloud root 'hellow_world9.txt': Server side directory move failed: directory not found
2021/06/09 18:57:01 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2021/06/09 18:57:01 DEBUG : pcloud root 'hellow_world9.txt': Using server-side directory move
2021/06/09 18:57:02 ERROR : pcloud root 'hellow_world9.txt': Server side directory move failed: directory not found
2021/06/09 18:57:02 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
2021/06/09 18:57:02 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 6.1s

2021/06/09 18:57:02 DEBUG : 4 go routines active
2021/06/09 18:57:02 Failed to moveto: directory not found


C:\rclone\rclone.exe -vv moveto pcloud:hellow_world.txt pcloud:hellow_world9.txt

2021/06/09 18:57:22 NOTICE: Config file "C:\Users\PC\.config\rclone\rclone.conf" not found - using defaults
2021/06/09 18:57:22 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "-vv" "moveto" "pcloud:hellow_world.txt" "pcloud:hellow_world9.txt"]
2021/06/09 18:57:22 DEBUG : Creating backend with remote "pcloud:hellow_world.txt"
2021/06/09 18:57:22 DEBUG : pcloud: detected overridden config - adding "{OS5/K}" suffix to name
2021/06/09 18:57:23 DEBUG : fs cache: renaming cache item "pcloud:hellow_world.txt" to be canonical "pcloud{OS5/K}:hellow_world.txt"
2021/06/09 18:57:23 DEBUG : Creating backend with remote "pcloud:hellow_world9.txt"
2021/06/09 18:57:23 DEBUG : pcloud: detected overridden config - adding "{OS5/K}" suffix to name
2021/06/09 18:57:24 DEBUG : fs cache: renaming cache item "pcloud:hellow_world9.txt" to be canonical "pcloud{OS5/K}:hellow_world9.txt"
2021/06/09 18:57:24 DEBUG : pcloud root 'hellow_world9.txt': Using server-side directory move
2021/06/09 18:57:26 ERROR : pcloud root 'hellow_world9.txt': Server side directory move failed: directory not found
2021/06/09 18:57:26 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
2021/06/09 18:57:26 DEBUG : pcloud root 'hellow_world9.txt': Using server-side directory move
2021/06/09 18:57:27 ERROR : pcloud root 'hellow_world9.txt': Server side directory move failed: directory not found
2021/06/09 18:57:27 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2021/06/09 18:57:27 DEBUG : pcloud root 'hellow_world9.txt': Using server-side directory move
2021/06/09 18:57:28 ERROR : pcloud root 'hellow_world9.txt': Server side directory move failed: directory not found
2021/06/09 18:57:28 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
2021/06/09 18:57:28 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 6.1s

2021/06/09 18:57:28 DEBUG : 4 go routines active
2021/06/09 18:57:28 Failed to moveto: directory not found

Here with it it also gives an error, with the config file, instead of using the SET environment variables of msdos.

rclone.exe -vv --config pcloud.config moveto pcloud:/hellow_world.txt pcloud:/hellow_world9.txt

2021/06/09 19:13:43 DEBUG : rclone: Version "v1.56.0-beta.5531.41f561bf2" starting with parameters ["rclone.exe" "-vv" "--config" "pcloud.config" "moveto" "pcloud:/hellow_world.txt" "pcloud:/hellow_world9.txt"]
2021/06/09 19:13:43 DEBUG : Creating backend with remote "pcloud:/hellow_world.txt"
2021/06/09 19:13:43 DEBUG : Using config file from "d:\- 4.- Utilities\- Rclone Browser\rclone-v1.55.1-windows-386\nubes escogidas para backup diario\pcloud\pcloud.config"
2021/06/09 19:13:44 DEBUG : fs cache: renaming cache item "pcloud:/hellow_world.txt" to be canonical "pcloud:hellow_world.txt"
2021/06/09 19:13:44 DEBUG : Creating backend with remote "pcloud:/hellow_world9.txt"
2021/06/09 19:13:45 DEBUG : fs cache: renaming cache item "pcloud:/hellow_world9.txt" to be canonical "pcloud:hellow_world9.txt"
2021/06/09 19:13:45 DEBUG : pcloud root 'hellow_world9.txt': Using server-side directory move
2021/06/09 19:13:46 ERROR : pcloud root 'hellow_world9.txt': Server side directory move failed: directory not found
2021/06/09 19:13:46 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
2021/06/09 19:13:46 DEBUG : pcloud root 'hellow_world9.txt': Using server-side directory move
2021/06/09 19:13:47 ERROR : pcloud root 'hellow_world9.txt': Server side directory move failed: directory not found
2021/06/09 19:13:47 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2021/06/09 19:13:47 DEBUG : pcloud root 'hellow_world9.txt': Using server-side directory move
2021/06/09 19:13:49 ERROR : pcloud root 'hellow_world9.txt': Server side directory move failed: directory not found
2021/06/09 19:13:49 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
2021/06/09 19:13:49 INFO :
Transferred: 0 / 0 Byte, -, 0 Byte/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 6.3s

2021/06/09 19:13:49 DEBUG : 4 go routines active
2021/06/09 19:13:49 Failed to moveto: directory not found

MOVETO WITH 1FICHIER:
set RCLONE_CONFIG_1FICHIER_TYPE=fichier
set RCLONE_CONFIG_1FICHIER_API_KEY=nnnnnnnnnnnnnnnnnnnnnnnnnnnn

rclone.exe -vv moveto 1fichier:hellow_world.txt 1fichier:hellow_world9.txt --dump bodies --retries 1 --low-level-retries 1

2021/06/09 19:40:38 NOTICE: Config file "C:\Users\PC\.config\rclone\rclone.conf" not found - using defaults
2021/06/09 19:40:38 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone.exe" "-vv" "moveto" "1fichier:hellow_world.txt" "1fichier:hellow_world9.txt" "--dump" "bodies" "--retries" "1" "--low-level-retries" "1"]
2021/06/09 19:40:38 DEBUG : Creating backend with remote "1fichier:hellow_world.txt"
2021/06/09 19:40:38 DEBUG : 1fichier: detected overridden config - adding "{0FGqz}" suffix to name
2021/06/09 19:40:38 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2021/06/09 19:40:38 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:38 DEBUG : HTTP REQUEST (req 0xc0005b2b00)
2021/06/09 19:40:38 DEBUG : POST /v1/folder/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:40:38 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:38 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:38 DEBUG : HTTP RESPONSE (req 0xc0005b2b00)
2021/06/09 19:40:38 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:40:41 GMT
Server: nginx
Vary: Accept-Encoding

{"folder_id":0,"files":2,"sub_folders":[{"create_date":"2021-03-23 12:14:21","pass":0,"name":"-- 1Fichier MyEmail","id":3365885},{"create_date":"2021-06-08 01:55:44","name":"Carpeta","pass":0,"id":3616356},{"id":3225125,"create_date":"2021-02-20 07:25:17","pass":0,"name":"Mis Archivos Propios"},{"create_date":"2021-04-11 01:34:57","name":"Mis Archivos de Acceso Exclusivo","pass":0,"id":3434092},{"id":3616189,"create_date":"2021-06-08 00:40:30","pass":0,"name":"Mis_Archivos"},{"pass":0,"name":"Pruebas","create_date":"2021-06-08 05:22:57","id":3616483}],"name":"Root","size":83,"status":"OK"}
2021/06/09 19:40:38 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:38 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:38 DEBUG : HTTP REQUEST (req 0xc0002a2b00)
2021/06/09 19:40:38 DEBUG : POST /v1/file/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:40:38 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:38 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:38 DEBUG : HTTP RESPONSE (req 0xc0002a2b00)
2021/06/09 19:40:38 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:40:41 GMT
Server: nginx
Vary: Accept-Encoding

{"status":"OK","count":2,"items":[{"cdn":0,"url":"1fichier.com: Cloud Storage 16:41:16","acl":0,"filename":"hello_world.txt","pass":0,"size":43,"checksum":"733f77ebe8032a85b890fac25f56317748c45b9e42fdea7d113da0472ee82acafb91486170d4afd7494c89274806d318f0149e77cbcaa0f8c582f3be57295654"},{"pass":0,"size":40,"checksum":"b786b0ddf8a0e011afccc5b14f904bb0a2d12e0d8ffded3209bae87a30a938b342a677734e196fe1a64add443dba834a1f0218b7b47d6ed88965533a734bb23d","content-type":"text/plain","acl":0,"filename":"fichero2.txt","date":"2021-06-09 16:41:15","url":"1fichier.com: Cloud Storage":0}]}
2021/06/09 19:40:38 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:38 DEBUG : fs cache: renaming cache item "1fichier:hellow_world.txt" to be canonical "1fichier{0FGqz}:hellow_world.txt"
2021/06/09 19:40:38 DEBUG : Creating backend with remote "1fichier:hellow_world9.txt"
2021/06/09 19:40:38 DEBUG : 1fichier: detected overridden config - adding "{0FGqz}" suffix to name
2021/06/09 19:40:38 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:38 DEBUG : HTTP REQUEST (req 0xc0002a3e00)
2021/06/09 19:40:38 DEBUG : POST /v1/folder/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:40:38 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:39 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:39 DEBUG : HTTP RESPONSE (req 0xc0002a3e00)
2021/06/09 19:40:39 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:40:41 GMT
Server: nginx
Vary: Accept-Encoding

{"status":"OK","name":"Root","folder_id":0,"files":2,"size":83,"sub_folders":[{"pass":0,"name":"-- 1Fichier MyEmail","id":3365885,"create_date":"2021-03-23 12:14:21"},{"name":"Carpeta","pass":0,"create_date":"2021-06-08 01:55:44","id":3616356},{"create_date":"2021-02-20 07:25:17","id":3225125,"pass":0,"name":"Mis Archivos Propios"},{"pass":0,"name":"Mis Archivos de Acceso Exclusivo","create_date":"2021-04-11 01:34:57","id":3434092},{"name":"Mis_Archivos","pass":0,"create_date":"2021-06-08 00:40:30","id":3616189},{"pass":0,"name":"Pruebas","id":3616483,"create_date":"2021-06-08 05:22:57"}]}
2021/06/09 19:40:39 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:39 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:39 DEBUG : HTTP REQUEST (req 0xc000348200)
2021/06/09 19:40:39 DEBUG : POST /v1/file/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:40:39 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:39 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:39 DEBUG : HTTP RESPONSE (req 0xc000348200)
2021/06/09 19:40:39 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:40:42 GMT
Server: nginx
Vary: Accept-Encoding

{"items":[{"url":"1fichier.com: Cloud Storage 16:41:16","size":43,"filename":"hello_world.txt"},{"date":"2021-06-09 16:41:15","size":40,"filename":"fichero2.txt","pass":0,"cdn":0,"content-type":"text/plain","acl":0,"checksum":"b786b0ddf8a0e011afccc5b14f904bb0a2d12e0d8ffded3209bae87a30a938b342a677734e196fe1a64add443dba834a1f0218b7b47d6ed88965533a734bb23d","url":"1fichier.com: Cloud Storage":2}
2021/06/09 19:40:39 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:39 DEBUG : fs cache: renaming cache item "1fichier:hellow_world9.txt" to be canonical "1fichier{0FGqz}:hellow_world9.txt"
2021/06/09 19:40:39 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:39 DEBUG : HTTP REQUEST (req 0xc000490300)
2021/06/09 19:40:39 DEBUG : POST /v1/folder/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:40:39 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:39 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:39 DEBUG : HTTP REQUEST (req 0xc000490c00)
2021/06/09 19:40:39 DEBUG : POST /v1/folder/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:40:39 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:40:39 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:39 DEBUG : HTTP RESPONSE (req 0xc000490300)
2021/06/09 19:40:39 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:40:42 GMT
Server: nginx
Vary: Accept-Encoding

{"name":"Root","folder_id":0,"sub_folders":[{"name":"-- 1Fichier MyEmail","pass":0,"create_date":"2021-03-23 12:14:21","id":3365885},{"pass":0,"name":"Carpeta","create_date":"2021-06-08 01:55:44","id":3616356},{"pass":0,"create_date":"2021-02-20 07:25:17","name":"Mis Archivos Propios","id":3225125},{"pass":0,"name":"Mis Archivos de Acceso Exclusivo","create_date":"2021-04-11 01:34:57","id":3434092},{"pass":0,"name":"Mis_Archivos","create_date":"2021-06-08 00:40:30","id":3616189},{"id":3616483,"pass":0,"create_date":"2021-06-08 05:22:57","name":"Pruebas"}],"size":83,"status":"OK","files":2}
2021/06/09 19:40:39 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:40 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:40 DEBUG : HTTP RESPONSE (req 0xc000490c00)
2021/06/09 19:40:40 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:40:42 GMT
Server: nginx
Vary: Accept-Encoding

{"folder_id":0,"name":"Root","status":"OK","files":2,"sub_folders":[{"id":3365885,"name":"-- 1Fichier MyEmail","create_date":"2021-03-23 12:14:21","pass":0},{"create_date":"2021-06-08 01:55:44","pass":0,"id":3616356,"name":"Carpeta"},{"create_date":"2021-02-20 07:25:17","pass":0,"id":3225125,"name":"Mis Archivos Propios"},{"pass":0,"create_date":"2021-04-11 01:34:57","name":"Mis Archivos de Acceso Exclusivo","id":3434092},{"name":"Mis_Archivos","id":3616189,"pass":0,"create_date":"2021-06-08 00:40:30"},{"pass":0,"create_date":"2021-06-08 05:22:57","name":"Pruebas","id":3616483}],"size":83}
2021/06/09 19:40:40 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:40:40 ERROR : : error reading source directory: directory not found
2021/06/09 19:40:40 DEBUG : 1Fichier root 'hellow_world9.txt': Waiting for checks to finish
2021/06/09 19:40:40 DEBUG : 1Fichier root 'hellow_world9.txt': Waiting for transfers to finish
2021/06/09 19:40:40 ERROR : Attempt 1/1 failed with 1 errors and: directory not found
2021/06/09 19:40:40 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 2.1s

2021/06/09 19:40:40 DEBUG : 3 go routines active
2021/06/09 19:40:40 Failed to moveto: directory not found

not sure it matters but i never use beta software, only stable.

not sure it matters, but i use config files, not on the fly with environment variabels.

i did a moveto test with onedrive and that worked fine.

Above test modified with rclone stable.
Therefore I have edited it, and I have already put it with 1.55.1.
It keeps giving error.

Here with CONFIG file, and 1FICHIER.
It also gives an error.

rclone.exe -vv --config 1fichier.config moveto 1fichier:hellow_world.txt 1fichier:hellow_world9.txt --dump bodies --retries 1 --low-level-retries 1

2021/06/09 19:47:10 DEBUG : Using config file from "d:\- 4.- Utilities\- Rclone Browser\rclone-v1.55.1-windows-386\nubes escogidas para backup diario\1fichier\1fichier.config"
2021/06/09 19:47:10 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone.exe" "-vv" "--config" "1fichier.config" "moveto" "1fichier:hellow_world.txt" "1fichier:hellow_world9.txt" "--dump" "bodies" "--retries" "1" "--low-level-retries" "1"]
2021/06/09 19:47:10 DEBUG : Creating backend with remote "1fichier:hellow_world.txt"
2021/06/09 19:47:10 DEBUG : 1fichier: detected overridden config - adding "{0FGqz}" suffix to name
2021/06/09 19:47:10 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2021/06/09 19:47:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:10 DEBUG : HTTP REQUEST (req 0xc00046f500)
2021/06/09 19:47:10 DEBUG : POST /v1/folder/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:47:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:10 DEBUG : HTTP RESPONSE (req 0xc00046f500)
2021/06/09 19:47:10 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:47:12 GMT
Server: nginx
Vary: Accept-Encoding

{"name":"Root","status":"OK","files":2,"folder_id":0,"size":83,"sub_folders":[{"name":"-- 1Fichier MyEmail","pass":0,"create_date":"2021-03-23 12:14:21","id":3365885},{"create_date":"2021-06-08 01:55:44","id":3616356,"name":"Carpeta","pass":0},{"id":3225125,"create_date":"2021-02-20 07:25:17","name":"Mis Archivos Propios","pass":0},{"pass":0,"name":"Mis Archivos de Acceso Exclusivo","id":3434092,"create_date":"2021-04-11 01:34:57"},{"name":"Mis_Archivos","pass":0,"id":3616189,"create_date":"2021-06-08 00:40:30"},{"id":3616483,"create_date":"2021-06-08 05:22:57","name":"Pruebas","pass":0}]}
2021/06/09 19:47:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:10 DEBUG : HTTP REQUEST (req 0xc0004a4900)
2021/06/09 19:47:10 DEBUG : POST /v1/file/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:47:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:11 DEBUG : HTTP RESPONSE (req 0xc0004a4900)
2021/06/09 19:47:11 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:47:12 GMT
Server: nginx
Vary: Accept-Encoding

{"items":[{"size":43,"pass":0,"url":"1fichier.com: Cloud Storage 16:41:16","cdn":0,"checksum":"733f77ebe8032a85b890fac25f56317748c45b9e42fdea7d113da0472ee82acafb91486170d4afd7494c89274806d318f0149e77cbcaa0f8c582f3be57295654","content-type":"text/plain"},{"url":"1fichier.com: Cloud Storage 16:41:15","checksum":"b786b0ddf8a0e011afccc5b14f904bb0a2d12e0d8ffded3209bae87a30a938b342a677734e196fe1a64add443dba834a1f0218b7b47d6ed88965533a734bb23d","content-type":"text/plain"}],"count":2,"status":"OK"}
2021/06/09 19:47:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:11 DEBUG : fs cache: renaming cache item "1fichier:hellow_world.txt" to be canonical "1fichier{0FGqz}:hellow_world.txt"
2021/06/09 19:47:11 DEBUG : Creating backend with remote "1fichier:hellow_world9.txt"
2021/06/09 19:47:11 DEBUG : 1fichier: detected overridden config - adding "{0FGqz}" suffix to name
2021/06/09 19:47:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:11 DEBUG : HTTP REQUEST (req 0xc00046f900)
2021/06/09 19:47:11 DEBUG : POST /v1/folder/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:47:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:11 DEBUG : HTTP RESPONSE (req 0xc00046f900)
2021/06/09 19:47:11 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:47:13 GMT
Server: nginx
Vary: Accept-Encoding

{"folder_id":0,"name":"Root","size":83,"files":2,"status":"OK","sub_folders":[{"id":3365885,"pass":0,"create_date":"2021-03-23 12:14:21","name":"-- 1Fichier MyEmail"},{"name":"Carpeta","create_date":"2021-06-08 01:55:44","pass":0,"id":3616356},{"name":"Mis Archivos Propios","create_date":"2021-02-20 07:25:17","pass":0,"id":3225125},{"name":"Mis Archivos de Acceso Exclusivo","create_date":"2021-04-11 01:34:57","pass":0,"id":3434092},{"name":"Mis_Archivos","create_date":"2021-06-08 00:40:30","pass":0,"id":3616189},{"create_date":"2021-06-08 05:22:57","name":"Pruebas","id":3616483,"pass":0}]}
2021/06/09 19:47:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:11 DEBUG : HTTP REQUEST (req 0xc0004a5f00)
2021/06/09 19:47:11 DEBUG : POST /v1/file/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:47:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:11 DEBUG : HTTP RESPONSE (req 0xc0004a5f00)
2021/06/09 19:47:11 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:47:13 GMT
Server: nginx
Vary: Accept-Encoding

{"status":"OK","items":[{"pass":0,"date":"2021-06-09 16:41:16","size":43,"checksum":"733f77ebe8032a85b890fac25f56317748c45b9e42fdea7d113da0472ee82acafb91486170d4afd7494c89274806d318f0149e77cbcaa0f8c582f3be57295654","content-type":"text/plain","cdn":0,"url":"1fichier.com: Cloud Storage 16:41:15","size":40,"pass":0}],"count":2}
2021/06/09 19:47:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:11 DEBUG : fs cache: renaming cache item "1fichier:hellow_world9.txt" to be canonical "1fichier{0FGqz}:hellow_world9.txt"
2021/06/09 19:47:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:11 DEBUG : HTTP REQUEST (req 0xc00046fd00)
2021/06/09 19:47:11 DEBUG : POST /v1/folder/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:47:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:11 DEBUG : HTTP REQUEST (req 0xc000946200)
2021/06/09 19:47:11 DEBUG : POST /v1/folder/ls.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.55.1
Content-Length: 15
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"folder_id":0}
2021/06/09 19:47:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 19:47:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:12 DEBUG : HTTP RESPONSE (req 0xc00046fd00)
2021/06/09 19:47:12 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:47:13 GMT
Server: nginx
Vary: Accept-Encoding

{"size":83,"folder_id":0,"files":2,"name":"Root","sub_folders":[{"name":"-- 1Fichier MyEmail","pass":0,"id":3365885,"create_date":"2021-03-23 12:14:21"},{"pass":0,"name":"Carpeta","create_date":"2021-06-08 01:55:44","id":3616356},{"create_date":"2021-02-20 07:25:17","id":3225125,"pass":0,"name":"Mis Archivos Propios"},{"name":"Mis Archivos de Acceso Exclusivo","pass":0,"id":3434092,"create_date":"2021-04-11 01:34:57"},{"pass":0,"name":"Mis_Archivos","id":3616189,"create_date":"2021-06-08 00:40:30"},{"pass":0,"name":"Pruebas","id":3616483,"create_date":"2021-06-08 05:22:57"}],"status":"OK"}
2021/06/09 19:47:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:12 DEBUG : HTTP RESPONSE (req 0xc000946200)
2021/06/09 19:47:12 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 17:47:14 GMT
Server: nginx
Vary: Accept-Encoding

{"size":83,"folder_id":0,"sub_folders":[{"name":"-- 1Fichier MyEmail","create_date":"2021-03-23 12:14:21","id":3365885,"pass":0},{"id":3616356,"pass":0,"create_date":"2021-06-08 01:55:44","name":"Carpeta"},{"name":"Mis Archivos Propios","create_date":"2021-02-20 07:25:17","id":3225125,"pass":0},{"create_date":"2021-04-11 01:34:57","name":"Mis Archivos de Acceso Exclusivo","id":3434092,"pass":0},{"name":"Mis_Archivos","create_date":"2021-06-08 00:40:30","id":3616189,"pass":0},{"id":3616483,"pass":0,"create_date":"2021-06-08 05:22:57","name":"Pruebas"}],"name":"Root","status":"OK","files":2}
2021/06/09 19:47:12 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 19:47:12 ERROR : : error reading source directory: directory not found
2021/06/09 19:47:12 DEBUG : 1Fichier root 'hellow_world9.txt': Waiting for checks to finish
2021/06/09 19:47:12 DEBUG : 1Fichier root 'hellow_world9.txt': Waiting for transfers to finish
2021/06/09 19:47:12 ERROR : Attempt 1/1 failed with 1 errors and: directory not found
2021/06/09 19:47:12 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 2.3s

2021/06/09 19:47:12 DEBUG : 3 go routines active
2021/06/09 19:47:12 Failed to moveto: directory not found

ok, we have enough info for now.

we need to wait for @ncw or some other expert.

With RCLONE and MOVETO,
in addition to giving an error with 1FICHIER,
also gives an error with PLCOUD.
Here I also use the file config.

Here first I list the files, so that we can see that, indeed, the files are there.

rclone.exe --config pcloud.config lsf pcloud:/ --max-depth 1

Mis Archivos/
Mis Archivos de Acceso Exclusivo/
My Documents/
My Music/
My Pictures/
My Videos/
Pruebas/
System Volume Information/
fichero2.txt
hello_world.txt
pCloud Help/
pCloudSync/


rclone.exe -vv --config pcloud.config moveto pcloud:hellow_world.txt plcoud:hellow_world9.txt

2021/06/09 19:59:40 DEBUG : Using config file from "d:\- 4.- Utilities\- Rclone Browser\rclone-v1.55.1-windows-386\nubes escogidas para backup diario\pcloud\pcloud.config"
2021/06/09 19:59:40 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone.exe" "-vv" "--config" "pcloud.config" "moveto" "pcloud:hellow_world.txt" "plcoud:hellow_world9.txt"]
2021/06/09 19:59:40 DEBUG : Creating backend with remote "pcloud:hellow_world.txt"
2021/06/09 19:59:40 DEBUG : pcloud: detected overridden config - adding "{OS5/K}" suffix to name
2021/06/09 19:59:42 DEBUG : fs cache: renaming cache item "pcloud:hellow_world.txt" to be canonical "pcloud{OS5/K}:hellow_world.txt"
2021/06/09 19:59:42 DEBUG : Creating backend with remote "plcoud:hellow_world9.txt"
2021/06/09 19:59:42 Failed to create file system for destination "plcoud:hellow_world9.txt": didn't find section in config file


rclone.exe -vv --config pcloud.config moveto pcloud:hellow_world.txt plcoud:hellow_world9.txt --dump bodies --retries 1 --low-level-retries 1

2021/06/09 20:00:46 DEBUG : Using config file from "d:\- 4.- Utilities\- Rclone Browser\rclone-v1.55.1-windows-386\nubes escogidas para backup diario\pcloud\pcloud.config"
2021/06/09 20:00:46 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone.exe" "-vv" "--config" "pcloud.config" "moveto" "pcloud:hellow_world.txt" "plcoud:hellow_world9.txt" "--dump" "bodies" "--retries" "1" "--low-level-retries" "1"]
2021/06/09 20:00:46 DEBUG : Creating backend with remote "pcloud:hellow_world.txt"
2021/06/09 20:00:46 DEBUG : pcloud: detected overridden config - adding "{OS5/K}" suffix to name
2021/06/09 20:00:46 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2021/06/09 20:00:46 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:00:46 DEBUG : HTTP REQUEST (req 0xc0006ee700)
2021/06/09 20:00:46 DEBUG : GET /listfolder?folderid=0 HTTP/1.1
Host: api.pcloud.com
User-Agent: rclone/v1.55.1
Authorization: XXXX
Accept-Encoding: gzip

2021/06/09 20:00:46 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:00:46 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:00:46 DEBUG : HTTP RESPONSE (req 0xc0006ee700)
2021/06/09 20:00:46 DEBUG : HTTP/1.1 200 OK
Connection: close
Cache-Control: private, max-age=0
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 18:00:46 GMT
Etag: "nnnnnnnnnnnnnnnnnnnnnnnnnnn"
Server: CloudHTTPd-API v1.1
Vary: Accept-Encoding

{
"result": 0,
"metadata": {
"path": "/",
"name": "/",
"created": "Tue, 02 Jan 2018 04:17:08 +0000",
"ismine": true,
"thumb": false,
"modified": "Tue, 02 Jan 2018 04:17:08 +0000",
"id": "d0",
"isshared": false,
"icon": "folder",
"isfolder": true,
"folderid": 0,
"contents": [
{
"path": "/Mis Archivos de Acceso Exclusivo",
"name": "Mis Archivos de Acceso Exclusivo",
"created": "Thu, 22 Apr 2021 06:23:37 +0000",
"ismine": true,
"thumb": false,
"modified": "Sat, 05 Jun 2021 14:33:03 +0000",
"comments": 0,
"id": "d9113278375",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 9113278375
},
{
"path": "/Mis Archivos",
"name": "Mis Archivos",
"created": "Thu, 22 Apr 2021 06:24:02 +0000",
"ismine": true,
"thumb": false,
"modified": "Wed, 09 Jun 2021 05:43:01 +0000",
"comments": 0,
"id": "d9113280707",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 9113280707
},
{
"path": "/My Documents",
"name": "My Documents",
"created": "Mon, 19 Nov 2018 02:36:19 +0000",
"ismine": true,
"thumb": false,
"modified": "Wed, 10 Feb 2021 08:33:10 +0000",
"comments": 0,
"id": "d2469639203",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 2469639203
},
{
"path": "/My Music",
"name": "My Music",
"created": "Tue, 02 Jan 2018 04:17:08 +0000",
"ismine": true,
"thumb": false,
"modified": "Wed, 12 Jun 2019 09:58:57 +0000",
"comments": 0,
"id": "d1345118399",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345118399
},
{
"path": "/My Pictures",
"name": "My Pictures",
"created": "Tue, 02 Jan 2018 04:17:08 +0000",
"ismine": true,
"thumb": false,
"modified": "Wed, 20 Nov 2019 14:45:34 +0000",
"comments": 0,
"id": "d1345118400",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345118400
},
{
"path": "/My Videos",
"name": "My Videos",
"created": "Tue, 02 Jan 2018 04:17:08 +0000",
"ismine": true,
"thumb": false,
"modified": "Sat, 24 Apr 2021 16:48:14 +0000",
"comments": 0,
"id": "d1345118401",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345118401
},
{
"path": "/pCloud Help",
"name": "pCloud Help",
"created": "Tue, 02 Jan 2018 04:17:08 +0000",
"ismine": true,
"thumb": false,
"modified": "Tue, 02 Jan 2018 04:17:08 +0000",
"comments": 0,
"id": "d1345118402",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345118402
},
{
"path": "/pCloudSync",
"name": "pCloudSync",
"created": "Tue, 02 Jan 2018 04:27:28 +0000",
"ismine": true,
"thumb": false,
"modified": "Tue, 25 Aug 2020 15:04:26 +0000",
"comments": 0,
"id": "d1345144117",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345144117
},
{
"path": "/Pruebas",
"name": "Pruebas",
"created": "Wed, 09 Jun 2021 11:24:34 +0000",
"ismine": true,
"thumb": false,
"modified": "Wed, 09 Jun 2021 16:53:30 +0000",
"comments": 0,
"id": "d9561930179",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 9561930179
},
{
"path": "/System Volume Information",
"name": "System Volume Information",
"created": "Tue, 02 Jan 2018 04:23:03 +0000",
"ismine": true,
"thumb": false,
"modified": "Tue, 02 Jan 2018 04:23:03 +0000",
"comments": 0,
"id": "d1345132106",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345132106
},
{
"name": "fichero2.txt",
"created": "Wed, 09 Jun 2021 16:50:50 +0000",
"thumb": false,
"modified": "Wed, 09 Jun 2021 16:50:50 +0000",
"isfolder": false,
"fileid": 30975337382,
"hash": 1528419183272939435,
"comments": 0,
"path": "/fichero2.txt",
"category": 4,
"id": "f30975337382",
"isshared": false,
"ismine": true,
"size": 40,
"parentfolderid": 0,
"contenttype": "text/plain",
"icon": "document"
},
{
"name": "hello_world.txt",
"created": "Wed, 09 Jun 2021 16:50:50 +0000",
"thumb": false,
"modified": "Wed, 09 Jun 2021 16:50:50 +0000",
"isfolder": false,
"fileid": 30975337384,
"hash": 13643740616118719752,
"comments": 0,
"path": "/hello_world.txt",
"category": 4,
"id": "f30975337384",
"isshared": false,
"ismine": true,
"size": 43,
"parentfolderid": 0,
"contenttype": "text/plain",
"icon": "document"
}
]
}
}
2021/06/09 20:00:46 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:00:46 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:00:46 DEBUG : HTTP REQUEST (req 0xc0006ee300)
2021/06/09 20:00:46 DEBUG : GET /listfolder?folderid=0 HTTP/1.1
Host: api.pcloud.com
User-Agent: rclone/v1.55.1
Authorization: XXXX
Accept-Encoding: gzip

2021/06/09 20:00:46 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:00:47 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:00:47 DEBUG : HTTP RESPONSE (req 0xc0006ee300)
2021/06/09 20:00:47 DEBUG : HTTP/1.1 200 OK
Connection: close
Cache-Control: private, max-age=0
Content-Type: application/json; charset=utf-8
Date: Wed, 09 Jun 2021 18:00:47 GMT
Etag: "nnnnnnnnnnnnnnnnnnnnnnnnnnn"
Server: CloudHTTPd-API v1.1
Vary: Accept-Encoding

{
"result": 0,
"metadata": {
"path": "/",
"name": "/",
"created": "Tue, 02 Jan 2018 04:17:08 +0000",
"ismine": true,
"thumb": false,
"modified": "Tue, 02 Jan 2018 04:17:08 +0000",
"id": "d0",
"isshared": false,
"icon": "folder",
"isfolder": true,
"folderid": 0,
"contents": [
{
"path": "/Mis Archivos de Acceso Exclusivo",
"name": "Mis Archivos de Acceso Exclusivo",
"created": "Thu, 22 Apr 2021 06:23:37 +0000",
"ismine": true,
"thumb": false,
"modified": "Sat, 05 Jun 2021 14:33:03 +0000",
"comments": 0,
"id": "d9113278375",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 9113278375
},
{
"path": "/Mis Archivos",
"name": "Mis Archivos",
"created": "Thu, 22 Apr 2021 06:24:02 +0000",
"ismine": true,
"thumb": false,
"modified": "Wed, 09 Jun 2021 05:43:01 +0000",
"comments": 0,
"id": "d9113280707",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 9113280707
},
{
"path": "/My Documents",
"name": "My Documents",
"created": "Mon, 19 Nov 2018 02:36:19 +0000",
"ismine": true,
"thumb": false,
"modified": "Wed, 10 Feb 2021 08:33:10 +0000",
"comments": 0,
"id": "d2469639203",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 2469639203
},
{
"path": "/My Music",
"name": "My Music",
"created": "Tue, 02 Jan 2018 04:17:08 +0000",
"ismine": true,
"thumb": false,
"modified": "Wed, 12 Jun 2019 09:58:57 +0000",
"comments": 0,
"id": "d1345118399",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345118399
},
{
"path": "/My Pictures",
"name": "My Pictures",
"created": "Tue, 02 Jan 2018 04:17:08 +0000",
"ismine": true,
"thumb": false,
"modified": "Wed, 20 Nov 2019 14:45:34 +0000",
"comments": 0,
"id": "d1345118400",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345118400
},
{
"path": "/My Videos",
"name": "My Videos",
"created": "Tue, 02 Jan 2018 04:17:08 +0000",
"ismine": true,
"thumb": false,
"modified": "Sat, 24 Apr 2021 16:48:14 +0000",
"comments": 0,
"id": "d1345118401",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345118401
},
{
"path": "/pCloud Help",
"name": "pCloud Help",
"created": "Tue, 02 Jan 2018 04:17:08 +0000",
"ismine": true,
"thumb": false,
"modified": "Tue, 02 Jan 2018 04:17:08 +0000",
"comments": 0,
"id": "d1345118402",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345118402
},
{
"path": "/pCloudSync",
"name": "pCloudSync",
"created": "Tue, 02 Jan 2018 04:27:28 +0000",
"ismine": true,
"thumb": false,
"modified": "Tue, 25 Aug 2020 15:04:26 +0000",
"comments": 0,
"id": "d1345144117",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345144117
},
{
"path": "/Pruebas",
"name": "Pruebas",
"created": "Wed, 09 Jun 2021 11:24:34 +0000",
"ismine": true,
"thumb": false,
"modified": "Wed, 09 Jun 2021 16:53:30 +0000",
"comments": 0,
"id": "d9561930179",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 9561930179
},
{
"path": "/System Volume Information",
"name": "System Volume Information",
"created": "Tue, 02 Jan 2018 04:23:03 +0000",
"ismine": true,
"thumb": false,
"modified": "Tue, 02 Jan 2018 04:23:03 +0000",
"comments": 0,
"id": "d1345132106",
"isshared": false,
"icon": "folder",
"isfolder": true,
"parentfolderid": 0,
"folderid": 1345132106
},
{
"name": "fichero2.txt",
"created": "Wed, 09 Jun 2021 16:50:50 +0000",
"thumb": false,
"modified": "Wed, 09 Jun 2021 16:50:50 +0000",
"isfolder": false,
"fileid": 30975337382,
"hash": 1528419183272939435,
"comments": 0,
"path": "/fichero2.txt",
"category": 4,
"id": "f30975337382",
"isshared": false,
"ismine": true,
"size": 40,
"parentfolderid": 0,
"contenttype": "text/plain",
"icon": "document"
},
{
"name": "hello_world.txt",
"created": "Wed, 09 Jun 2021 16:50:50 +0000",
"thumb": false,
"modified": "Wed, 09 Jun 2021 16:50:50 +0000",
"isfolder": false,
"fileid": 30975337384,
"hash": 13643740616118719752,
"comments": 0,
"path": "/hello_world.txt",
"category": 4,
"id": "f30975337384",
"isshared": false,
"ismine": true,
"size": 43,
"parentfolderid": 0,
"contenttype": "text/plain",
"icon": "document"
}
]
}
}
2021/06/09 20:00:47 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:00:47 DEBUG : fs cache: renaming cache item "pcloud:hellow_world.txt" to be canonical "pcloud{OS5/K}:hellow_world.txt"
2021/06/09 20:00:47 DEBUG : Creating backend with remote "plcoud:hellow_world9.txt"
2021/06/09 20:00:47 Failed to create file system for destination "plcoud:hellow_world9.txt": didn't find section in config file

  • For I have checked and verified, that Rclone gives error in renaming with MOVETO with:
    1FICHIER, PCLOUD, MEGA, BACKBLAZE_B2, YANDEX, ONEDRIVE, DROPBOX, GOOGLE DRIVE with version released "v1.55.1"

  • And UPTOBOX with version "v1.56.0-beta.5535.5104e2415".

  • And also, very important also, is the issue of the error that Rclone with 1FICHIER, when trying to rename files, from the Windows file explorer, gives an error.

  • And when copying files from C:\path to remote: filtering files, for example, * .txt, if a txt file with size zero "0" exists locally, the copy is stopped. And stop copying more files.
    I have to finish checking it, but I have noticed that this happens.
    And before I forget, I tell you, so you can check and rectify it.

  • Also, for much more clarity, I think there should be an EXCLUSIVE command to rename. Adding an exclusive "Rclone rename" command would be easy, and people would understand it much sooner.

In this case, I have already automatically used the C:\Users\PC.config\rclone\rclone.conf

Here I first list the files so that it can be seen that hellow_world.txt is in the main directory.

rclone.exe -vv lsf uptobox: --max-depth 1

2021/06/09 20:25:03 DEBUG : rclone: Version "v1.56.0-beta.5535.5104e2415" starting with parameters ["rclone.exe" "-vv" "lsf" "uptobox:" "--max-depth" "1"]
2021/06/09 20:25:03 DEBUG : Creating backend with remote "uptobox:"
2021/06/09 20:25:03 DEBUG : Using config file from "C:\Users\PC\.config\rclone\rclone.conf"
-- UPTOBOX MyEmail/
Carpeta 01/
FTP/
Mis Archivos/
Mis Archivos de Acceso Exclusivo/
Mis Archivos de uso Exclusivo2/
fichero2.txt
hello_world.txt
pruebas_asdfasdf/
2021/06/09 20:25:03 DEBUG : 4 go routines active


rclone.exe -vv moveto uptobox:/hellow_world.txt uptobox:/hellow_world9.txt --dump bodies --retries 1 --low-level-retries 1

2021/06/09 20:25:28 DEBUG : rclone: Version "v1.56.0-beta.5535.5104e2415" starting with parameters ["rclone.exe" "-vv" "moveto" "uptobox:/hellow_world.txt" "uptobox:/hellow_world9.txt" "--dump" "bodies" "--retries" "1" "--low-level-retries" "1"]
2021/06/09 20:25:28 DEBUG : Creating backend with remote "uptobox:/hellow_world.txt"
2021/06/09 20:25:28 DEBUG : Using config file from "C:\Users\PC\.config\rclone\rclone.conf"
2021/06/09 20:25:28 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2021/06/09 20:25:28 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:25:28 DEBUG : HTTP REQUEST (req 0x13d0ad00)
2021/06/09 20:25:28 DEBUG : GET /api/user/files?limit=10&path=%2F%2F%2Fhellow_world.txt&token=c5fbd3303fc5a5d594aa7b6062d2b0cd7zwkd HTTP/1.1
Host: uptobox.com
User-Agent: rclone/v1.56.0-beta.5535.5104e2415
Accept-Encoding: gzip

2021/06/09 20:25:28 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:25:28 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:25:28 DEBUG : HTTP RESPONSE (req 0x13d0ad00)
2021/06/09 20:25:28 DEBUG : HTTP/2.0 200 OK
Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length,Content-Range
Alt-Svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400, h3=":443"; ma=86400
Cf-Cache-Status: DYNAMIC
Cf-Railgun: 3aad983488 99.99 0.005302 0031 57da
Cf-Ray: 65cc671c9af5194c-BCN
Cf-Request-Id: 0a939ec5df0000194ca2af4000000001
Content-Type: text/html; charset=UTF-8
Date: Wed, 09 Jun 2021 18:25:29 GMT
Expect-Ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
Vary: Accept-Encoding

{"statusCode":1,"message":"An error occured","data":"Could not find current path"}
2021/06/09 20:25:28 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:25:29 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:25:29 DEBUG : HTTP REQUEST (req 0x13ef0500)
2021/06/09 20:25:29 DEBUG : GET /api/user/files?limit=100&path=%2F%2F&token=c5fbd3303fc5a5d594aa7b6062d2b0cd7zwkd HTTP/1.1
Host: uptobox.com
User-Agent: rclone/v1.56.0-beta.5535.5104e2415
Accept-Encoding: gzip

2021/06/09 20:25:29 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:25:29 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:25:29 DEBUG : HTTP RESPONSE (req 0x13ef0500)
2021/06/09 20:25:29 DEBUG : HTTP/2.0 200 OK
Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length,Content-Range
Alt-Svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400, h3=":443"; ma=86400
Cf-Cache-Status: DYNAMIC
Cf-Railgun: 2df8a634f2 99.99 0.005193 0031 57da
Cf-Ray: 65cc671e9f2c194c-BCN
Cf-Request-Id: 0a939ec7240000194c9b9e2000000001
Content-Type: text/html; charset=UTF-8
Date: Wed, 09 Jun 2021 18:25:29 GMT
Expect-Ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
Vary: Accept-Encoding

{"statusCode":0,"message":"Success","data":{"path":"//","folderTree":[],"pageCount":1,"files":[{"file_name":"hello_world.txt","file_descr":"","file_created":"2021-06-09 19:35:05","file_size":43,"file_downloads":0,"file_code":"b2m8pxd9b8jn","file_password":"","file_public":1,"nb_stream":0,"last_stream":"0000-00-00 00:00:00","file_last_download":"2021-06-09 19:35:05","transcoded":null},{"file_name":"fichero2.txt","file_descr":"","file_created":"2021-06-09 19:35:00","file_size":40,"file_downloads":0,"file_code":"cnnvsq4xbeqi","file_password":"","file_public":1,"nb_stream":0,"last_stream":"0000-00-00 00:00:00","file_last_download":"2021-06-09 19:35:00","transcoded":null}],"folders":[{"fld_id":877330517,"fld_descr":"","fld_name":"//FTP","fld_password":null,"fullPath":"//FTP","path":"//","name":"FTP","hash":"5b02a9403deead7b13d2325416affcf8"},{"fld_id":48431204,"fld_descr":"","fld_name":"//Mis Archivos","fld_password":null,"fullPath":"//Mis Archivos","path":"//","name":"Mis Archivos","hash":"be6c186abcfd891a7c0026d877f1242e"},{"fld_id":49807460,"fld_descr":"","fld_name":"//-- UPTOBOX MyEmail","fld_password":null,"fullPath":"//-- UPTOBOX MyEmail","path":"//","name":"-- UPTOBOX MyEmail","hash":"728c31ff62f859c03eaa08230706247e"},{"fld_id":3986751590,"fld_descr":"","fld_name":"//Mis Archivos de Acceso Exclusivo","fld_password":null,"fullPath":"//Mis Archivos de Acceso Exclusivo","path":"//","name":"Mis Archivos de Acceso Exclusivo","hash":"75ab47ee294a9ea9bec081d90e4cd416"},{"fld_id":3997761638,"fld_descr":"","fld_name":"//Carpeta 01","fld_password":null,"fullPath":"//Carpeta 01","path":"//","name":"Carpeta 01","hash":"3143b1f19ce8500bebe91f6357699e29"},{"fld_id":4022141030,"fld_descr":"","fld_name":"//Mis Archivos de uso Exclusivo2","fld_password":null,"fullPath":"//Mis Archivos de uso Exclusivo2","path":"//","name":"Mis Archivos de uso Exclusivo2","hash":"b5b83a84dfb4cd41aa4fc3ad14d7cb89"},{"fld_id":4022534246,"fld_descr":"","fld_name":"//r084q6uoa3ot3hj41vmmjuup94o6ek4m0tseou8kkm1hruturjg2fjh3pdtq5lr3vn8g9viej7794","fld_password":null,"fullPath":"//r084q6uoa3ot3hj41vmmjuup94o6ek4m0tseou8kkm1hruturjg2fjh3pdtq5lr3vn8g9viej7794","path":"//","name":"r084q6uoa3ot3hj41vmmjuup94o6ek4m0tseou8kkm1hruturjg2fjh3pdtq5lr3vn8g9viej7794","hash":"1e5e75245f68737e5a5e2b2a45a42db8"},{"fld_id":2210529383,"fld_descr":"","fld_name":"//pruebas_asdfasdf","fld_password":null,"fullPath":"//pruebas_asdfasdf","path":"//","name":"pruebas_asdfasdf","hash":"b376022225c617bb1e995663acca1f72"}],"currentFolder":{"fld_id":0,"hash":"903890e76736fdab0ea82f451b232116","fileCount":2,"totalFileSize":83},"totalFileSize":8100774882,"totalFileCount":317}}
2021/06/09 20:25:29 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:25:29 DEBUG : Creating backend with remote "uptobox:/hellow_world9.txt"
2021/06/09 20:25:29 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:25:29 DEBUG : HTTP REQUEST (req 0x13ef0b80)
2021/06/09 20:25:29 DEBUG : GET /api/user/files?limit=10&path=%2F%2F%2Fhellow_world9.txt&token=c5fbd3303fc5a5d594aa7b6062d2b0cd7zwkd HTTP/1.1
Host: uptobox.com
User-Agent: rclone/v1.56.0-beta.5535.5104e2415
Accept-Encoding: gzip

2021/06/09 20:25:29 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:25:29 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:25:29 DEBUG : HTTP RESPONSE (req 0x13ef0b80)
2021/06/09 20:25:29 DEBUG : HTTP/2.0 200 OK
Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length,Content-Range
Alt-Svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400, h3=":443"; ma=86400
Cf-Cache-Status: DYNAMIC
Cf-Railgun: 035f88a9a4 99.99 0.004968 0031 57da
Cf-Ray: 65cc671effc2194c-BCN
Cf-Request-Id: 0a939ec75b0000194cc0008000000001
Content-Type: text/html; charset=UTF-8
Date: Wed, 09 Jun 2021 18:25:29 GMT
Expect-Ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
Vary: Accept-Encoding

{"statusCode":1,"message":"An error occured","data":"Could not find current path"}
2021/06/09 20:25:29 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:25:29 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:25:29 DEBUG : HTTP REQUEST (req 0x13cb6100)
2021/06/09 20:25:29 DEBUG : GET /api/user/files?limit=100&path=%2F%2F&token=c5fbd3303fc5a5d594aa7b6062d2b0cd7zwkd HTTP/1.1
Host: uptobox.com
User-Agent: rclone/v1.56.0-beta.5535.5104e2415
Accept-Encoding: gzip

2021/06/09 20:25:29 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:25:29 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:25:29 DEBUG : HTTP RESPONSE (req 0x13cb6100)
2021/06/09 20:25:29 DEBUG : HTTP/2.0 200 OK
Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length,Content-Range
Alt-Svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400, h3=":443"; ma=86400
Cf-Cache-Status: DYNAMIC
Cf-Railgun: 056092cb15 99.99 0.005563 0031 57da
Cf-Ray: 65cc67217d78194c-BCN
Cf-Request-Id: 0a939ec8eb0000194cd29a7000000001
Content-Type: text/html; charset=UTF-8
Date: Wed, 09 Jun 2021 18:25:29 GMT
Expect-Ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
Vary: Accept-Encoding

{"statusCode":0,"message":"Success","data":{"path":"//","folderTree":[],"pageCount":1,"files":[{"file_name":"hello_world.txt","file_descr":"","file_created":"2021-06-09 19:35:05","file_size":43,"file_downloads":0,"file_code":"b2m8pxd9b8jn","file_password":"","file_public":1,"nb_stream":0,"last_stream":"0000-00-00 00:00:00","file_last_download":"2021-06-09 19:35:05","transcoded":null},{"file_name":"fichero2.txt","file_descr":"","file_created":"2021-06-09 19:35:00","file_size":40,"file_downloads":0,"file_code":"cnnvsq4xbeqi","file_password":"","file_public":1,"nb_stream":0,"last_stream":"0000-00-00 00:00:00","file_last_download":"2021-06-09 19:35:00","transcoded":null}],"folders":[{"fld_id":877330517,"fld_descr":"","fld_name":"//FTP","fld_password":null,"fullPath":"//FTP","path":"//","name":"FTP","hash":"5b02a9403deead7b13d2325416affcf8"},{"fld_id":48431204,"fld_descr":"","fld_name":"//Mis Archivos","fld_password":null,"fullPath":"//Mis Archivos","path":"//","name":"Mis Archivos","hash":"be6c186abcfd891a7c0026d877f1242e"},{"fld_id":49807460,"fld_descr":"","fld_name":"//-- UPTOBOX MyEmail","fld_password":null,"fullPath":"//-- UPTOBOX MyEmail","path":"//","name":"-- UPTOBOX MyEmail","hash":"728c31ff62f859c03eaa08230706247e"},{"fld_id":3986751590,"fld_descr":"","fld_name":"//Mis Archivos de Acceso Exclusivo","fld_password":null,"fullPath":"//Mis Archivos de Acceso Exclusivo","path":"//","name":"Mis Archivos de Acceso Exclusivo","hash":"75ab47ee294a9ea9bec081d90e4cd416"},{"fld_id":3997761638,"fld_descr":"","fld_name":"//Carpeta 01","fld_password":null,"fullPath":"//Carpeta 01","path":"//","name":"Carpeta 01","hash":"3143b1f19ce8500bebe91f6357699e29"},{"fld_id":4022141030,"fld_descr":"","fld_name":"//Mis Archivos de uso Exclusivo2","fld_password":null,"fullPath":"//Mis Archivos de uso Exclusivo2","path":"//","name":"Mis Archivos de uso Exclusivo2","hash":"b5b83a84dfb4cd41aa4fc3ad14d7cb89"},{"fld_id":4022534246,"fld_descr":"","fld_name":"//r084q6uoa3ot3hj41vmmjuup94o6ek4m0tseou8kkm1hruturjg2fjh3pdtq5lr3vn8g9viej7794","fld_password":null,"fullPath":"//r084q6uoa3ot3hj41vmmjuup94o6ek4m0tseou8kkm1hruturjg2fjh3pdtq5lr3vn8g9viej7794","path":"//","name":"r084q6uoa3ot3hj41vmmjuup94o6ek4m0tseou8kkm1hruturjg2fjh3pdtq5lr3vn8g9viej7794","hash":"1e5e75245f68737e5a5e2b2a45a42db8"},{"fld_id":2210529383,"fld_descr":"","fld_name":"//pruebas_asdfasdf","fld_password":null,"fullPath":"//pruebas_asdfasdf","path":"//","name":"pruebas_asdfasdf","hash":"b376022225c617bb1e995663acca1f72"}],"currentFolder":{"fld_id":0,"hash":"903890e76736fdab0ea82f451b232116","fileCount":2,"totalFileSize":83},"totalFileSize":8100774882,"totalFileCount":317}}
2021/06/09 20:25:29 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:25:29 DEBUG : Uptobox root '/hellow_world9.txt': Using server-side directory move
2021/06/09 20:25:29 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:25:29 DEBUG : HTTP REQUEST (req 0x13cb6300)
2021/06/09 20:25:29 DEBUG : GET /api/user/files?limit=1&path=%2F%2F%2Fhellow_world.txt&token=c5fbd3303fc5a5d594aa7b6062d2b0cd7zwkd HTTP/1.1
Host: uptobox.com
User-Agent: rclone/v1.56.0-beta.5535.5104e2415
Accept-Encoding: gzip

2021/06/09 20:25:29 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/09 20:25:29 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:25:29 DEBUG : HTTP RESPONSE (req 0x13cb6300)
2021/06/09 20:25:29 DEBUG : HTTP/2.0 200 OK
Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length,Content-Range
Alt-Svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400, h3=":443"; ma=86400
Cf-Cache-Status: DYNAMIC
Cf-Railgun: 11a1dfd96d 99.99 0.004697 0031 57da
Cf-Ray: 65cc6723faf0194c-BCN
Cf-Request-Id: 0a939eca7a0000194ce986b000000001
Content-Type: text/html; charset=UTF-8
Date: Wed, 09 Jun 2021 18:25:30 GMT
Expect-Ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
Vary: Accept-Encoding

{"statusCode":1,"message":"An error occured","data":"Could not find current path"}
2021/06/09 20:25:29 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/09 20:25:29 ERROR : Uptobox root '/hellow_world9.txt': Server side directory move failed: dirmove: source not found: api error 1: An error occured: Could not find current path
2021/06/09 20:25:29 ERROR : Attempt 1/1 failed with 1 errors and: dirmove: source not found: api error 1: An error occured: Could not find current path
2021/06/09 20:25:29 INFO :
Transferred: 0 / 0 Byte, -, 0 Byte/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 1.6s

2021/06/09 20:25:29 DEBUG : 4 go routines active
2021/06/09 20:25:29 Failed to moveto: dirmove: source not found: api error 1: An error occured: Could not find current path

i think that this point, there is enought info.
let's wait for ncw to comment and if needed he will request more info.

I would not like to be reiterative, but I add this important information, just in case, at the bottom, so that it does not overlook, with so many dumps on top of the console.

  • For I have checked and verified, that Rclone gives error in renaming with MOVETO with:
    1FICHIER, PCLOUD, MEGA, BACKBLAZE_B2, YANDEX, ONEDRIVE, DROPBOX, GOOGLE DRIVE with version released "v1.55.1"

  • And UPTOBOX with version "v1.56.0-beta.5535.5104e2415".

  • And also, very important also, is the issue of the error that Rclone with 1FICHIER, when trying to rename files, from the Windows file explorer, gives an error.

  • And when copying files from C:\path to remote: filtering files, for example, * .txt, if a txt file with size zero "0" exists locally, the copy is stopped. And stop copying more files.
    I have to finish checking it, but I have noticed that this happens.
    And before I forget, I tell you, so you can check and rectify it.

  • Also, for much more clarity, I think there should be an EXCLUSIVE command to rename. Adding an exclusive "Rclone rename" command would be easy, and people would understand it much sooner.

Works fine with Google Drive for me:

felix@gemini:~$ rclone moveto testmove GD:testingmoveto -vv
2021/06/10 07:47:49 DEBUG : Using config file from "/opt/rclone/rclone.conf"
2021/06/10 07:47:49 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "moveto" "testmove" "GD:testingmoveto" "-vv"]
2021/06/10 07:47:49 DEBUG : Creating backend with remote "testmove"
2021/06/10 07:47:49 DEBUG : fs cache: adding new entry for parent of "testmove", "/home/felix"
2021/06/10 07:47:49 DEBUG : Creating backend with remote "GD:"
2021/06/10 07:47:49 DEBUG : GD: detected overridden config - adding "{xDYYC}" suffix to name
2021/06/10 07:47:49 DEBUG : fs cache: renaming cache item "GD:" to be canonical "GD{xDYYC}:"
2021/06/10 07:47:50 DEBUG : testmove: Need to transfer - File not found at Destination
2021/06/10 07:47:51 DEBUG : testmove: MD5 = d41d8cd98f00b204e9800998ecf8427e OK
2021/06/10 07:47:51 INFO  : testmove: Copied (new) to: testingmoveto
2021/06/10 07:47:51 INFO  : testmove: Deleted
2021/06/10 07:47:51 INFO  :
Transferred:   	         0 / 0 Bytes, -, 0 Bytes/s, ETA -
Checks:                 2 / 2, 100%
Deleted:                1 (files), 0 (dirs)
Renamed:                1
Transferred:            1 / 1, 100%
Elapsed time:         1.5s

2021/06/10 07:47:51 DEBUG : 4 go routines active

I'd stick to one issue as we seem to be jumping everywhere.

What you have done is move a directory.
I want to rename a file.

The beginning of the thread was that, from the Windows file explorer, you cannot rename a file in the 1FICHIER cloud, mounted with Rclone.

If I use it as a shared cloud, mounted on several PC's, and I cannot rename it from the windows file explorer, there is a problem.

The solution, which you proposed to me, is to use MOVETO.

But if I want to rename from Windows File Explorer, I don't have to use any instructions.

Well.
I look at the MOVETO instruction.

And it turns out, that,
by chance in life, it is not that I look at 20 things, I only look at 1, and also proposed by you, it turns out that MOVETO does not work to rename FILES, in any cloud.

I have great faith in this Rclone program.

It's free, there's a good community to help.
You are experts, and very attentive.
And you try to help as much as possible.
I see that. And this is why I really like Rclone.

But, if I want to use this on a business level, it has to work flawlessly and fast.

And I find that:

  • 1 Fichier does not rename with windows explorer.

  • And as a solution you propose MOVETO. But if I'm using windows explorer, I don't have to use any instructions.

  • I look at how the MOVETO instruction goes.
    and it does not work.
    I discover it by chance.
    But it doesn't work to rename files in any cloud.
    I guess, it works for moving folders.
    But not to rename files.

  • While I use moveto, it turns out that I no longer remember if with copy, or with copyto, with a file filter of "* .txt", when it finds a zero-size txt file "0", it turns out that the copy stops.

  • And all this I have discovered in 5 minutes.

  • The program is very very good.
    The community is perfect too.
    But, I sincerely believe that many more checks have to be done.

That there are already many.
But more needs to be done.

And above all, very important, to which a cloud has been added to rclone, ensure that it continues to function over time.

  • What does it cost to put a RENAME instruction that gives total clarity about what you want to do.
    Even if it does the same as moveto.
    But put rename.

Nope. If you check the output I moved a file.

Right. We have what we need for this to look a bit deeper.

Right. That seems to be a bug and we collected info related to this backend and the issue.

In my 25+ years in IT, I've yet to see any program or piece of software that just works flawlessly and this isn't paid for support so things break sometimes and need to be fixed.

Not sure what this means as I've already shown it works and the issue relates to the the 1Fichier backend.

Not sure what this means.

Not sure how much you work with opensource software that's free, but the community and people using it test. It works with so many backends and use cases, it's impossible to test every scenario so things break at times and they have to be fixed.

Why would you have a duplicate command for something that already exists? If you require a rename command, you can always write the code and submit a pull request or if it is something that many people want, someone may pick it up via a feature request on github. That's the power of open source. If there is a need, someone will fill it.

In the response I can see the file is called hello_world.txt not hellow_world.txt as you wrote in your command line.

rclone.exe -vv moveto 1fichier:hellow_world.txt 1fichier:hellow_world9.txt --dump bodies --retries 1 --low-level-retries 1

If I try this on my 1fichier account I do see a problem

2021/06/10 12:04:57 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/10 12:04:57 DEBUG : hello.txt: Need to transfer - File not found at Destination
2021/06/10 12:04:57 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/10 12:04:57 DEBUG : HTTP REQUEST (req 0xc000590b00)
2021/06/10 12:04:57 DEBUG : POST /v1/file/mv.cgi HTTP/1.1
Host: api.1fichier.com
User-Agent: rclone/v1.56.0-beta.5536.7ad5adf3b
Content-Length: 109
Authorization: XXXX
Content-Type: application/json
Accept-Encoding: gzip

{"urls":["https://1fichier.com/?64n4zre6llxkc7o4l0ur"],"destination_folder_id":1582695,"rename":"hello2.txt"}
2021/06/10 12:04:57 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2021/06/10 12:04:57 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2021/06/10 12:04:57 DEBUG : HTTP RESPONSE (req 0xc000590b00)
2021/06/10 12:04:57 DEBUG : HTTP/2.0 200 OK
Content-Type: application/json; charset=utf-8
Date: Thu, 10 Jun 2021 11:04:58 GMT
Server: nginx
Vary: Accept-Encoding

{"status":"KO","message":"Try to move a file to the same folder #566"}

My first question is why isn't this message appearing in the logs...

I fixed that and now get

2021/06/10 12:23:28 Failed to moveto: couldn't move file: Try to move a file to the same folder #566

So the next question is why isn't that allowed?

Not sure.. Maybe it used to be?

Here is a fix which uses the rename API in that case

v1.56.0-beta.5538.1a4b58f35.fix-fichier-rename on branch fix-fichier-rename (uploaded in 15-30 mins)

For this to work we need to implement the DirMove optional feature for 1fichier.

Looking at the API it does have the capacity, so let's see if the above works for you and if it does I'll have a go at implementing DirMove

1 Like

have you consided sponorsing the features you need for your business or to make a donation?

Well, now that you say it, I have thought about it.
Everything will go.
Everything will come.
Seeing the goodwill of the entire team, and how well the program works, the truth is that I have thought about it. As long as the Rclone program remains completely Free for everyone.
Some small donation I have made. But very small, compared to what I would have liked to do.
But everything will come.
Now I am creating a company, and since I am sure that it will work well, then I will be able to make donations, for rclone, more substantial, and continued.
I really like the program.
And above all, I really like the team.
I have read some things about you in the forum, and you do it very very well.
The whole team is very attentive, expert, understanding, patient.
Good technicians.
And you know perfectly well that being free, the program is a very good application for everyone.
I will do it.
This is not the time yet, but I will. Very pleased, and within my possibilities.

Can you try this fix?

I'm going to test it.

Then there is an implementation that I would like to propose to you.
And it is possible with one or two flags, to be able to configure a "Trash" folder for the remote.
That as soon as you delete a file or a folder, move it to the remote "Trash" folder, whose folder would have been expressly created in the cloud, exclusively for that computer, and the name of the folder could be the desired path.

This is ideal so that each computer in the company that has a folder mounted must have its own "Trash" folder for each computer.

And then another flag, for the updated files.

Before updating or overwriting them, move the previous one to the "Trash" folder, and add to the file name, year_month_day_hhour_minute_second, followed by the extension.
And then, after moving, the file to replace, to trash, copy the file.
Or almost better, first rename, then copy, then trash the renamed with date and time.