

Packages, I click refresh on the file browser view on the left of the colab After executing a few cells to pip install additional After mounting my drive using drive.mount('/content/drive',įorce_remount=True) I can use the file explorer view on the left of theĬolab window and browse into a few folders and see the files and folders I

On Fri, Sep 11, 2020, 1:54 PM David Diaz wrote: This includes scurrying through google search engine and also looking at the git checkout level to find branches besides master and also looking for projects that cloned the project on github to see if they still include the files. Other times I have noticed with these colabs (not this one in particular but some of the components used like the trained models are missing from the repository (as if they had been removed) Only solution for this is to look around for other sources of these files. What I ended up doing was copying manually the files that are copied to google drive, then installing the google drive desktop application I would then in windows 10 go to the folder which is now located on google drive and disable file permissions inheritance and then manually putting full control rights on the folder to the users group and to authenticated users group. First it was suggested that changing the mount location from /content/gdrive to /content/something else but this didnt fix it.

I have found the reason why one cant mount ones own google drive for these things is because of a race condition with google. Anyway, hope this helps with your problem. I'm not sure if this 'My Drive' thing is just how my own google drive was initiated or is it always like that. ( Note the r flag, since os.listdir('/content/gdrive/"My Drive"/') won't work) In order to list all the files, you could run !ls /content/gdrive/'My Drive'/, or if you want the file names returned as a list, run print(os.listdir(r'/content/gdrive/My Drive/'). '/content/gdrive/"My Drive"/', as I was expecting '/content/gdrive/'. Hi don't know if this helps, but for me, although I mounted the Google Drive with drive.mount('/content/gdrive'), all of my files were surprisingly under What's wrong with it? I think this isn't a synchronization issue because It's been a while since I uploaded the file. What is more strange is that this problem happens sometime and sometimes all the files in the directory shows up. But in the sub directory, only one of the many files in the directory shows up when I use print(os.listdir('./gdrive/path/to/directory/')). I have mounted to gdrive using the package what ShumzZ told.

I'm facing the same issue again and again.
