Hi All,
I am trying to upload files using Java API in Google Docs. I am able to upload PDF, doc files. But when I am trying to upload Excel files I am getting exception saying could not convert to doc. Also when I am trying to upload exe files its throwing exception that No media enum is specified for EXE.
Can any one guide me how can I upload any kind of file in Google Docs using Java API(in case it is possible.)