cguZZman / plugin.googledrive

The Google Drive addon for Kodi
GNU General Public License v3.0
211 stars 71 forks source link

Google Photos permissions only #237

Closed vladm closed 3 years ago

vladm commented 3 years ago

Hello - I tried installing the add-on for kodi19 and it requested permissions to access my whole google drive and google photos. I only want it to access my google photos and not the rest of Google Drive Is this something that can be tweaked or configured or Google drive API does not support such fine differentiation?

cguZZman commented 3 years ago

Short history, no, it will not be possible unless you setup your own login server and get your own api credentials. Login server code is here: https://github.com/cguZZman/drive-login. That way you can specify exactly the permissions that you want.