try the following
client.insert(new URL("https://docs.google.com/feeds/documents/private/full/?convert=false"), newDocument);
I think the bit ?convert=false important, not sure how you do it without a URL
client.insert(new URL(destFolderUrl+ "?convert=false"), newDocument);
hope will work in your case
source share