mime types - How to view C# .cs file in google drive? -
i have .cs c# source code files in google drive i'd able view directly without having download them. how can this? , in general, when there text file non-supported file extension how can view text google drive?
unfortunately many code file types not supported yet. from support docs
.txt supported there no way view file as
other type other underlying mime type assigned on upload. in case of c# mime type text/x-csharp
. means changing extension of file not either because not modify mime type. (tried it. no go.)
from google docs:
google drive lets view these file types:
image files (.jpeg, .png, .gif, .tiff, .bmp) video files (webm, .mpeg4, .3gpp, .mov, .avi, .mpegps, .wmv, .flv) text files (.txt) markup/code (.css, .html, .php, .c, .cpp, .h, .hpp, .js) microsoft word (.doc , .docx) microsoft excel (.xls , .xlsx) microsoft powerpoint (.ppt , .pptx) adobe portable document format (.pdf) apple pages (.pages) adobe illustrator (.ai) adobe photoshop (.psd) tagged image file format (.tiff) autodesk autocad (.dxf) scalable vector graphics (.svg) postscript (.eps, .ps) truetype (.ttf) xml paper specification (.xps) archive file types (.zip , .rar)
it nice if google support other languages in addition handful have real simple fix allow plain text viewing on mime types matching text/*
. there lots of requests on these kinds of features on various message boards didn't see make google's going oblige.
Comments
Post a Comment