本文介绍了如何以编程方式访问Google Drive共享链接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Google云端硬盘允许您使用直接链接共享文件。有没有一种方法可以在Web应用程序中使用该链接访问Google Drive文件(用Java和JSP编写)?我应该使用哪些Google API?从页面。它包含5个程序设计师的最佳实践和示例,其中包括。
Google云端硬盘正在使用模式进行操作文件。任何Java REST客户端库应该足够了 - 请参阅。
Google Drive allows you to share files using direct links. Is there a way to access a Google Drive file using that link within a web application (written in Java and JSP)? Which Google APIs should I use?
解决方案
Start with Google Drive SDK page. It contains best practices and samples in 5 programmign languagues, including Java.
Google Drive is using REST pattern to operate on the files. Any Java REST client library should be enough - see this thread.
这篇关于如何以编程方式访问Google Drive共享链接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!