What is the problem you are having with rclone?
We are migrating away from Box > Google Drive.
Via the Box integration to Google Drive there are .gsheet docs in Box
When these are migrated the file is not there. Naturally its a reference to a special Google Sheet file that is over on Box.
How do we migrate these into Google Drive, preferably keeping it as a Google Sheet?
Run the command 'rclone version' and share the full output of the command.
rclone v1.61.1
- os/version: debian 11.7 (64 bit)
- os/kernel: 5.10.0-21-cloud-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.4
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Box > Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy tsp_shared_sync_dest:/'Staff Management Folders/' TSP_SHARED_DEMO_DEST,team_drive=0AH33hp-Aiqxxxxxxxx:/ -vvP --checkers=10 --transfers=10 --drive-server-side-across-configs --drive-pacer-min-sleep=100ms --check-first --stats-one-line --stats=1s --drive-use-trash=false --fast-list --create-empty-src-dirs --ignore-existing --update --log-file TSP_0AH33hp-Aiqxxxxxxxx_DEST.log --dry-run
The rclone config contents with secrets removed.
[tsp_shared_sync_dest]
type = drive
client_id = xxxx
client_secret = xxxx
scope = drive
token = {"access_token":"xxxx"}
team_drive = xxxxxx
root_folder_id =
[TSP_SHARED_DEMO_DEST]
type = drive
scope = drive
token = {"access_token":"xxxxxx"}
team_drive = 0ANokkgddwxxxxxx
root_folder_id =
A log from the command with the -vv
flag
2023/07/06 02:55:08 DEBUG : International Team - Management/Dana's Management Folder/Hours Tracker.gsheet: md5 = 74f2789e302a170bb6fcb3927f6000dd OK
2023/07/06 02:55:08 INFO : International Team - Management/Dana's Management Folder/Hours Tracker.gsheet: Copied (server-side copy)
2023/07/06 02:55:08 DEBUG : International Team - Management/Dana's Management Folder/Australia.gsheet: md5 = 36353825bae5b77e4afb9ff4e5b685ae OK
2023/07/06 02:55:08 INFO : International Team - Management/Dana's Management Folder/Australia.gsheet: Copied (server-side copy)