Can I download any type of file from Google Docs using the Google Docs API? (jpg, zip, txt)
I can figure out how to upload word, powerpoint and excel files, but I want to be able to upload and download files of any type in Google Docs. I know that it is possible to do this with the online bootloader, but it seems that it cannot make the boot part work with the API.
I am using the Java shell for the API. Can I use the Java API version to download all types of files?
source share