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.
我想在 .net c# 中创建一个网络基础应用程序,使用谷歌驱动器来存储可在组织之间共享的视频和图片。我希望能够将元数据添加到上传或编辑的文件中,以帮助进行搜索。是否可以创建这样的应用程序?有什么好的资源吗?
绝对可以编写一个将文件存储到 Google Drive 并管理其共享权限的 Web 应用程序。
一个很好的起点是 Google Drive SDK 文档中包含的示例 ASP.NET MVC 应用程序:
https://developers.google.com/drive/examples/dotnet