PDF files not copied when copying from drive to drive

What is the problem you are having with rclone?

I'm doing server side copy of a directory with lots of different files inside (.mp4, other folders, .txt, .pdf), but apparently only PDF files can't be copied over.

I have reading and writting permitions both on source and destinations, it's two different emails.

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

rclone v1.59.0

  • os/version: Microsoft Windows 10 Pro 21H1 (64 bit)
  • os/kernel: 10.0.19043.1766 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.18.3
  • go/linking: static
  • go/tags: cmount
Yes, i'm in lastest

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 -P gdrive_ufpa,root_folder_id=1-QjgbpauPI_mVVRi0NMqbqX1sv1Ba4l6: meuemail_receptaculo1,root_folder_id=0APyCZjWEwHRbUk9PVA: --drive-server-side-across-configs --transfers=10

The rclone config contents with secrets removed.

[gdrive_ufpa]
type = drive
client_id = 276470542823-lcom76pb1mgb3t2h20p49ru4igovhffd.apps.googleusercontent.com
client_secret = 
scope = drive
token = {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX"}
team_drive = 
[meuemail_receptaculo1]
type = drive
client_id = 990587763861-5cto22uvl6h2jgest5c1jfdaopnb22eb.apps.googleusercontent.com
client_secret = 
scope = drive
token = {"access_token":"XXX","token_type":"Bearer","refresh_token":"XXX","expiry":"2022-07-10T00:30:09.2676631-03:00"}
team_drive = 0APyCZjWEwHRbUk9PVA
root_folder_id = 

A log from the command with the -vv flag

With this error?

  1. 2022-07-09 23:49:17 ERROR : 2 - Harmonia Funcional/2 -Funções Harmonicas.pdf: Failed to copy: googleapi: Error 404: File not found: 1EP-65zdJUgQsFUytT9pYEPkHwM0dt12a., notFound

Those 404 errors are sometimes permissions errors. Do the pdf files have different permissions? Are they owned by a different user?

Damn, yes, indeed there's a permission issue specific with these files, which regards to the organazation of the drive itself, thi is whwy I mistakenly missed it. Guess there's no point of having this topic anymore, could you delele it @ncw?

Glad we've come to the bottom of it. I'll mark the topic as solved.

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