Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个基于 java 的桌面应用程序,它可以从谷歌驱动器上传、下载和共享文件。实际上我正在创建一个电子邮件客户端和文件共享客户端应用程序。我想让我的用户使用我的 java 应用程序的前端共享他们的文件。我还想在这个应用程序中自动将 gmail 附件存储到谷歌驱动器。
查看 Google Drive SDK 文档中的 Java 快速入门,了解如何编写将文件上传到 Google Drive 的命令行 Java 应用程序:
https://developers.google.com/drive/quickstart-java