This is a function to get slido response output files. The slido files must be saved as googlesheets and cannot be xlsx. The scope it uses is the `See, edit, create, and delete all your Google Sheets spreadsheets.` If you don't check this box on the OAuth screen this function won't work.
Arguments
- drive_id
a URL or drive id that has the slido response output files you are looking to get (will recursively search for files by default).
- token
credentials for access to Google using OAuth. `authorize("google")`
- recursive
Should slido files be looked for recursively in this folder? default is TRUE.
- keep_duplicates
By default we won't keep duplicated files if a two files have the same name. But if you set this to true, duplicates will be returned.