Basically I want to copy folders from the red circle(shared with me) to the green circle(shared drive). This is my created google suite account. The config is success and it's a team drive. But when run the command
rclone lsd --drive-shared-with-me teamdrive:
It always report nothing. I think rclone doesn't find the folder in "shared with me".
teamdrive is configured to linking with the top directory of AllinOne shared drive. It did show all folders correctly with this command:
This should work! Note rclone lsd only lists directories so you might want rclone lsf to show everything.
If that doesn't work then are you sure you are using the same Google user in the web interface that you are using in rclone? Stuff is shared with a user so if they aren't the same you won't see it.
Thanks for answering. I did try rclone lsf but it report nothing as well.
Basically I have two google accounts. A is edu account. B is a G suite account. Teamdrive is configured to link to B with API. Now I shared folders in account A to account B.
Do you think any above steps are wrong?
Thank you so much for answering. After tons of searching and testing, I believe I find the reason. I'm using Service Account instead of token. And the service account looks like not have access to the shared files. All shared files are only available to one google account, the google suite account. So I can successfully use rclone copy to copy from "shared with me" to "shared drove" after resetting the configuration to token.
Now it comes to another question, how to bypass the 750GB limit? I believe using service account is related to the solution in my memory. I think I use gclone to bypass the limit on 2020, but that one is pretty out of date.
Additionally may I know the mechanism of rclone copy? Does it mean download the content from source and upload it to the destination? If so, the bottom looks like the uploading bandwidth.
I remember it's feasible on 2020. Basically bypass the 750GB limit by switch service accounts. Is it still available now or Google disabled this solution.