davertron / cvu-portfolio-app

Web app for CVU students to arrange Drive files by learning standards
cvu-portfolio-app.vercel.app
1 stars 2 forks source link

Not showing shortcuts in Picker #13

Closed cmacfadyen closed 3 years ago

cmacfadyen commented 3 years ago

I'm noticing that shortcuts show up as items in the Google Picker, so you see both the original file and the shortcut. Can you filter out shortcuts from the picker?

Screen Shot 2021-06-24 at 5 41 48 PM
isaackrementsov commented 3 years ago

I tried using the View.setMimeTypes option in the Picker API to prevent this (using every mime type except application/vnd.google-apps.shortcut), but it doesn't seem to hide anything, probably because the shortcuts are to allowed mime types.

However, selecting a shortcut in Picker just points to the original file, so this doesn't seem to cause any issues. For that reason, I'm going to close this issue, but feel free to re-open it if you notice further problems.