Google Drive mime-types listing?

google-drive-api

Solution

Sorry it isn't listed in the documentation. It is easy, though, you can store any MIME type in Google Drive with files up to 5TB in size.

Problem

As per https://developers.google.com/drive/manage-uploads, it mentions See the API reference for each method's list of accepted mime types and size limits for uploaded files. I was unable to find mime type listing at https://developers.google.com/drive/v2/reference/ Where can I find it?

Original source

Related problems