Rclone error on copy google drive to webdav

What is the problem you are having with rclone?

I'm using rclone to copy files and folders from google drive with service account to my nextcloud/webdav server

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

rclone v1.67.0
- os/version: centos 7.7.1908 (64 bit)
- os/kernel: 3.10.0-1062.12.1.el7.x86_64 (x86_64)
- os/type: linux
- os/arch: 386
- go/version: go1.22.4
- go/linking: static
- go/tags: none

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 copy --drive-impersonate acc@google.com remotegoogle: remotenextcloud:/new --progress --transfers 6 

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

2024/08/30 12:39:26 ERROR :  JULHO 2024 - Copia.pptx: corrupted on transfer
2024/08/30 12:39:26 ERROR :  JULHO 2024 - Copia.pptx: Failed to copy: corrupted on transfer
2024/08/30 12:39:26 ERROR :ação1.pptx: corrupted on transfer
2024/08/30 12:39:26 ERROR : ção1.pptx: Failed to copy: corrupted on transfer
2024/08/30 12:39:26 ERROR : ABRIL.pptx: corrupted on transfer
2024/08/30 12:39:26 ERROR :  ABRIL.pptx: Failed to copy: corrupted on transfer
2024/08/30 12:39:26 ERROR : JULHO / 24.pptx: corrupted on transfer
2024/08/30 12:39:26 ERROR :  JULHO / 24.pptx: Failed to copy: corrupted on transfer

I tried running like that too

rclone copy --drive-impersonate acc@google.com remotegoogle: remotenextcloud:/new --progress --transfers 6 --ignore-size --ignore-checksum 

In this case the file is copied, but empty

welcome to the forum,

i did a quick test, was able to copy a google slide to a webdav server.

can you please post the output of rclone config redacted

as a test, i would try the following:

  1. copy one single file from gdrive to local
  2. copy that one single file from local to webdav.

Show config:

rocha]$ rclone config redacted
[google]
type = drive
scope = drive
token = XXX

[google_photos]
type = google photos
token = XXX

[imap]
type = webdav
url = https://skybox.skymail.net.br/remote.php/webdav
vendor = owncloud
user = XXX
pass = XXX

[open]
type = drive
scope = drive
service_account_file = /home/xxxx/jsonopenxxxx
team_drive =

[skybox]
type = webdav
url = https://xxxxx.xxxxx.net.br/remote.php/webdav
vendor = owncloud
### Double check the config for sensitive info before posting publicly

i`m using the remote "open" from souce and the remote "imap" from destiny.

sorry, this is very confusing, as those remotes were not in the command you posted??
and the log you posted is just a snippet.

please, must post the real commands and complete debug logs, ok?

Sorry, come on, I'll put the real information.

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

rclone v1.67.0
- os/version: centos 7.7.1908 (64 bit)
- os/kernel: 3.10.0-1062.12.1.el7.x86_64 (x86_64)
- os/type: linux
- os/arch: 386
- go/version: go1.22.4
- go/linking: static
- go/tags: none

rclone config redacted:

rclone config redacted
[imap]
type = webdav
url = https://skybox.skymail.net.br/remote.php/webdav
vendor = owncloud
user = XXX
pass = XXX

[open]
type = drive
scope = drive
service_account_file = /home/vinicius/service_account_json
team_drive =
### Double check the config for sensitive info before posting publicly

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

google drive and webdav

Copy command:

rclone copy --drive-impersonate joao@grupoopen.com open: imap:/new --progress --transfers 6

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

2024/08/30 12:39:26 ERROR : APRESENTAÇÃO FINANCEIRO JULHO 2024 - Copia.pptx: corrupted on transfer
2024/08/30 12:39:26 ERROR : APRESENTAÇÃO FINANCEIRO JULHO 2024 - Copia.pptx: Failed to copy: corrupted on transfer
2024/08/30 12:39:26 ERROR : Apresentação1.pptx: corrupted on transfer
2024/08/30 12:39:26 ERROR : Apresentação1.pptx: Failed to copy: corrupted on transfer
2024/08/30 12:39:26 ERROR : APRESENTACAO ABRIL.pptx: corrupted on transfer
2024/08/30 12:39:26 ERROR : APRESENTACAO ABRIL.pptx: Failed to copy: corrupted on transfer
2024/08/30 12:39:26 ERROR : APRESENTAÇÃO JULHO / 24.pptx: corrupted on transfer
2024/08/30 12:39:26 ERROR : APRESENTAÇÃO JULHO / 24.pptx: Failed to copy: corrupted on transfer
2024/08/30 12:39:29 ERROR : FUNILARIA GRUPO OPEN.xlsx: corrupted on transfer
2024/08/30 12:39:29 ERROR : FUNILARIA GRUPO OPEN.xlsx: Failed to copy: corrupted on transfer
2024/08/30 12:39:33 ERROR : PREFEITURAS GRUPO OPEN.xlsx: corrupted on transfer
2024/08/30 12:39:33 ERROR : PREFEITURAS GRUPO OPEN.xlsx: Failed to copy: corrupted on transfer
2024/08/30 12:40:16 ERROR : Attempt 1/3 failed with 6 errors and: corrupted on transfer

I tried running like that too, in this case the file is copied, but empty

rclone copy --drive-impersonate acc@google.com remotegoogle: remotenextcloud:/new --progress --transfers 6 --ignore-size --ignore-checksum 

And that. Thanks.