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.
我正在为 Rails 4.2 应用程序寻找图像和 PDF 上传解决方案。神社可以与 Google Drive 一起使用吗?我看到了与 Google Cloud Storage 一起使用的文档,但没有看到关于 Google Drive 的文档。谢谢
Shrine 可以与任何存储一起使用,只需为给定的服务编写一个集成 gem。该网站包含所有现有集成宝石的列表,而 Google Drive 尚未在列表中。
如果你想创建 Google Drive 集成,我写了一个关于创建新存储的指南。