When I get entry for the document that was created in google docs there is always "text/html" type.

That is what http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#DownloadingDocsAndFiles documentation says:

Note that the content element gives the document or file's default export MIME type, as well as a full download URL for the document or file.

How should I know if this is text document, drawing or spreadsheet?

I can get type by parsing src string: https://docs.google.com/feeds/download/presentations/Export?docId=************ but that is bad practice.

I must admit that mimetypes for uploaded files are good.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.