svenkle / google-drive-add-to-explorer

293 stars 106 forks source link

How to open "My Drive" directly #38

Closed delucca closed 2 years ago

delucca commented 2 years ago

Hi!

I'm using W11. The script worked like a charm, the only "issue" is that it created a "Google Drive" item in my sidebar, which has another item inside called "My Drive", and them it opens my Google Drive.

How can I remove that intermediate step? Opening the "My Drive" directly?

chrisephoto commented 2 years ago

You should be able to fix this by changing "G:\" to "G:\My Drive" on lines 39 and 40 before running the script.

delucca commented 2 years ago

Perfect thanks!