I am building an ios app which fetch files from google drive. When I get the result I need to filter them out. I need to figure out the exact MIME types supported here.
I found something in https://developers.google.com/drive/web/mime-types. But when I checked the actual result coming back from drive server, it has some differences. For eg. I expect MIME type of any picture to be "application/vnd.google-apps.photo" as per document. But in response I get "image/jpeg". Is this correctly documented anywhere?