类似于 google 张文件选择器
File picker similar to one at google sheets
我在 servlet 容器中有一个应用程序 运行,它已经与 google oauth2 集成。现在我想使用 google sheets API 将 google sheets 导入其中。为此,我需要文件选择器,用户可以在其中导入 select google sheet。我想要 sheets.google.com 上可用的完全相同的文件选择器。是否可以将它与自定义应用程序集成,或者我必须自己开发解决方案?有什么建议吗?
我会给你一些东西作为开始。试试这个来自 Picker API. It allows you to download and upload files using the Picker. Code is located here 的 Google 选择器。查看选择器指南,以便您可以根据自己的出价对其进行修改。
看起来像这样:
我在 servlet 容器中有一个应用程序 运行,它已经与 google oauth2 集成。现在我想使用 google sheets API 将 google sheets 导入其中。为此,我需要文件选择器,用户可以在其中导入 select google sheet。我想要 sheets.google.com 上可用的完全相同的文件选择器。是否可以将它与自定义应用程序集成,或者我必须自己开发解决方案?有什么建议吗?
我会给你一些东西作为开始。试试这个来自 Picker API. It allows you to download and upload files using the Picker. Code is located here 的 Google 选择器。查看选择器指南,以便您可以根据自己的出价对其进行修改。
看起来像这样: