question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Shared drives" still mounting as "Team Drives" w/ colab.drive.mount()

See original GitHub issue

Google’s renaming of ‘Team Drives’ to ‘Shared drives’ is not showing up yet with google.colab.drive.mount():

from google.colab import drive
drive.mount('/content/gdrive')
!ls /content/gdrive

returns

'My Drive'  'Team Drives'

https://colab.research.google.com/drive/1kVew7sLukNn-yXzVs5jS6wo5E8T219Qj

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
en-ashaycommented, Sep 25, 2020

image

Check for permissions I have used the same command then navigated to the side tab. From there copy the path to the selected team drive.

0reactions
en-ashaycommented, Sep 26, 2020

great

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to mount a Google Shared Drive in Google Colaboratory?
All that needed to be done was update "Team Drives" to "Shared drives". Changing the code to this works:.
Read more >
What can you do with shared drives? - Google Support
Shared drives are shared spaces where teams can easily store, search, and access their files anywhere, from any device. Unlike files in My...
Read more >
Google Colab
Colab notebooks can be shared just as you would with Google Docs or Sheets. ... do I/O operations in drive.mount() -mounted folders sometimes...
Read more >
Different Ways to Connect Google Drive to a Google Colab ...
Connecting Specific folders of your Google Drive. Let us say we want to analyze some data in a Google Colab notebook, some .csv...
Read more >
How to automatically mount my Google Drive to Google Colab
Choose the folder icon in the left sidebar. · Wait for the runtime to initialize (you will see icons appear under the word...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found