Enlazar Google Drive y establecer directorio base

PHOTO EMBED

Fri Sep 30 2022 06:30:36 GMT+0000 (Coordinated Universal Time)

Saved by @DiegoEraso #python #colab

from google.colab import drive
drive.mount('/content/drive', force_remount=True)
root_dir = "/content/drive/My Drive/"
base_dir = root_dir + '[nombre_directorio_especifico]'
print(base_dir)
content_copyCOPY