如何用java生成指向文件的google驱动器共享链接。我在其他岗位上找不到任何解决办法。我看到的只是其他编程语言的解决方案,而不是java。有人有主意吗?
5sxhfpxr1#
查看我在github上的改编课程:https://github.com/otakuu/sz2pdf/blob/master/src/main/java/sz2pdf/uploadgoogledrive.java我想,你会在那里找到你需要的。
public String getUploadFileLink() { return "https://drive.google.com/file/d/" + uploadedFile.getId() + "/view"; }
1条答案
按热度按时间5sxhfpxr1#
查看我在github上的改编课程:https://github.com/otakuu/sz2pdf/blob/master/src/main/java/sz2pdf/uploadgoogledrive.java
我想,你会在那里找到你需要的。