googlearchive / drive-music-player

Fully client side Music Player for Google Drive
http://www.driveplayer.com
Apache License 2.0
574 stars 211 forks source link

The tool only shows the folders located on my unit #227

Open hardvin opened 6 years ago

hardvin commented 6 years ago

The tool only shows the folders located on my unit, but must show other folders like my computers and shared with me.

capture

Oblivionburn commented 6 years ago

I'd also like to see this implemented. Even with a playlist that references only shared files, it won't work for anyone other than the owner of the drive since the app doesn't detect shared files to get their url.

[Edit] Might be do-able by including sharedWithMe in the gapi.client.drive.files.list within dmp.drive.js according to the Google Drive API Doc