标签: java file download document google-docs
搜索了多年后,我找不到一篇关于如何将Google文档下载到字符串中的文章(没有格式化)。像
String s = downloadDoc("https://docs.google.com/document/d/1gn9CMUIWpwldjgEO3cyg0Z_wQsOPzd37X0ehp6ZxOp0/edit?usp=sharing");
除了内置的Java库之外,是否可以使用无库?