Search code examples
ruby-on-railsruby-on-rails-3papercliphidrive

Can we upload files to hidrive online stroage from our rails application?


In my rails application i have an option to upload documents. I want to save those uploaded documents somewhere in the online. I googled and got a free online storage site named hi drive (https://www.hidrive.strato.com/). Can we upload files to hidrive from our application using paperclip?


Solution

  • Yes you can upload in many ways. Check following list for few of them

    ==> Using ftp upload Check this gem for paper clip ftp upload

    ==> Using web-dav upload Check this gem for an idea

    ==> Using direct api Hi Drive developer account

    Check this to get good idea

    Hidrive doc