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