0

I have a folder in a shared google drive that has a few hundred folders inside of it

In Google Colab I need to grab all of the URL's and corresponding names for all of the folders and populate a list (preferably a 2d array with one row being the names and the other row being the corresponding URL's)

My end goal is to populate a spreadsheet(that already has all of the file names) with a hyperlink to the folder that matches the name but I already have functioning code to do this once I have an array with all the URL's

element159
  • 13
  • 1
  • Check [this answer](https://stackoverflow.com/a/66664812/12511801) for get the folders in a given directory. Also check [this google colab](https://colab.research.google.com/notebooks/io.ipynb) about system files. – Marco Aurelio Fernandez Reyes Nov 19 '21 at 16:35

0 Answers0