I'm building a Drive app that allows people to use Drive files in our service. All Drive file types are not allowed, so I've been using a mime type whitelist. The problem is that if I get the mime type for presentations (application/vnd.google-apps.presentation) from the Picker response, and try to filter view results with setMimeTypes("application/vnd.google-apps.presentation"), no presentations are found. What is the correct mime type for presentations?
I had the same problem with documents (application/vnd.google-apps.document) but found out on this group that the correct mime type is application/vnd.google-apps.kix. Perhaps there should be a consistency with these mime types?
Best regards,
Mikael