ryan-d-williams / MMM-GoogleSheets

Google Sheets Module for MagicMirror
23 stars 2 forks source link

Why does this need to access ALL of my Sheets? #28

Open brandonfake69 opened 10 months ago

brandonfake69 commented 10 months ago

Please change the scope to https://www.googleapis.com/auth/spreadsheets.currentonly so that it only accesses the current Sheet. Best practices in programming is to limit the scope of such requests. thanks

ryan-d-williams commented 9 months ago

@brandonfake69 great idea! These options were unfortunately not available when I built the application (there was no direct control over scope back then).