What is the problem you are having with rclone?
I am trying to copy my GSuite (was free) Google Drive directories to my plain-old-Google-account Drive. Everything works great, except the Google Docs are not automatically converted to the internal Google Doc format but remain a ".doc" file and show up as such.
I do have the setting in Google Drive to "automatically convert on upload".
Is there a flag or something I am missing in how to copy from one GDrive to another GDrive and automatically convert the files to the internal Google format?
I suspect it is all related to the Google API...
Run the command 'rclone version' and share the full output of the command.
rclone v1.53.1-DEV
- os/arch: darwin/amd64
- go version: go1.15.2
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 --progress GDrive1:/TestDirectory GDrive2:/TestDirectory
The rclone config contents with secrets removed.
[GDrive1]
type = drive
scope = drive
token = <redacted>
[GDrive2]
type = drive
scope = drive
token = <redacted>
A log from the command with the -vv
flag
Paste log here