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.
我想在我的网站中使用 google drive 功能,例如用户可以在使用我的网站提供登录凭据后查看、下载和上传他们的 google drive 内容。
这个功能可以吗?如果我错了,请随时纠正我。
您可以在您的网站中嵌入谷歌驱动器功能。为此 google 提供了 google drive api。对于像 Joomla 这样的 CMS,可用于将其嵌入到您的网页中。这是一个链接,其中列出了将 Google drive api 插入您的网页的步骤:
https://docs.google.com/presentation/d/1KBFyPhCbDVwT1PZG8mmjWIsB2nBMvOfoVr8_VOSIoGE/edit?pli=1#slide=id.gf0ec6a4_0_114
谢谢
使用 Google Drive SDK for .NET,可以开发文件浏览器,它可以连接 Google Drive 以保存和检索更改。阅读此处的启动指南并尝试动手实践 DrEdit Web 应用程序示例,该示例清楚地展示了如何实现相同的功能。