How to copy a other google drive shared folder into my own Google Drive?
By Justus IT - March 24, 2022
from google.colab import drive
drive.mount('/gdrive')
%cd /gdrive/My\ Drive/Name-of-shared-folder
pwd
to check the current path. It should start like this /gdrive/.shortcut-targets-by-id/yoursharedfoldernameetc
.!cp -r 'above-copy-path/.' '/gdrive/My Drive/destinantion-path'
Justus IT Consultants had over 20 years experience in IT field.