[Video Tutorial] Transfer Files from Google Drive to Google Drive - NO SIZE LIMIT

Transfer Files from Google Drive to Google Drive.
You can Copy Files or Folders from one Google Account to another using a sharable link.
(For both Folders & File Transfer)

12 Likes

thanks buddy…very useful.

1 Like

Thank you so much. I was looking for something like this.

Here is the commands for everyone.

  1. Mount the google drive in you colab:

from google.colab import drive
drive.mount(‘/gdrive’)

  1. get the path of your source file/folder (right click on the file folder and copy path), repeat for your destine folder

  2. use this command and replace the paths with the previous step
    !sudo cp -r -v “/gdrive/Shared drives/Your TeamDrive/folderYouWantToCopy/” “/gdrive/Shared drives/Your TeamDrive/Destiny Folder/”

2 Likes

or use gdrive efc.it is easy way i found so far

1 Like

the description in the github
link seemed too short for me (maybe only for me). It would be nice of you if you please explain in a bit more detail how this works. :slight_smile:

1 Like
2 Likes