Move Files From One TD To Another Server Side Without Loosing Original File ID

Hello, I Want to Move file from TD1 to TD2 Using Service Account, and also Don't Want any Changes on Fileid,

(Move original File)

Config File

[TD1]
type = drive
scope = drive
service_account_file = C:/Users/Alone/Desktop/TEMP/AutoRclone/rclone/accounts/1.json
root_folder_id = xxx

[TD2]
type = drive
scope = drive
service_account_file = C:/Users/Alone/Desktop/TEMP/AutoRclone/rclone/accounts/1.json
root_folder_id = xxx

Please Tell Me How I Can Move Files Server Side (Original File)

Thanks

perhaps try
rclone move TD1: TD2: --drive-server-side-across-configs -vv --dry-run

Thnx, I Have Moved Files From one TD To Another.

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