I am having a challenge with Google Drive and thought rclone is the solution, but turns out it's not. However, I still think rclone can be of help, of a new problem that came up when trying to solve the initial problem
Question first:
Can rclone copy folders & files directly server to server from my personal Google Account to my Google Workspace account, when I am not the owner of the file?
--
I plan to migrate folders from my personal Google Drive to my business Google Drive. It's a difficult task if you don't want to loose the original Google file format (do not convert to XLS, etc.), not want to lose versioning & comments.
I managed it without rclone. The solution is to use the "Shared Drive" of Google Workspace as a middleman, i.e. moving folders with files from personal Google Drive to the Shared Drive of Google Workspace will also transfer the ownership (but it only works for files where I am the owner).
Problem:
I can't move files from my personal Google Drive to my business Shared Drive as I am not the owner of all the files. Some files were uploaded from clients during collaboration (added to a shared folder in my personal Google Drive). To be able to move all folders from my personal Google Drive to the Shared Drive in Google Workspace, I need to take care of the individual files first that are not owned by me.
I am ready to lose versioning/comments for those files as it's mostly images, PDFs, and not Google file formats.
I think the only way to do this, is to make a copy of those files - I will lose meta information but I'll gain ownership. And here is where I think rclone can come into place. I only need to think how to identify all those files in my Google Drive.
Related discussion: Transfer from Google Drive A to Google Drive B and include versioning of Google Docs - #34 by mar