Free online data storage for my bookstore web app in Grails

183 views Asked by At

I'm developing an online free e-book sharing website and I want to use a free online data storage system (may be Google Drive or Dropbox or Box) to store the books uploaded and I want to be able to view and download the documents.

How can I access the storage programatically from my Grails-based web application?

1

There are 1 answers

0
biniam On BEST ANSWER

I found the following helps which provide clear guides on how to implement the datastore integration with my app.

  1. Google Drive Web APIs

  2. Dropbox - Using the Core API in Java

One comparison of Google Drive and Dropbox can be seen here

If anyone has more resources with more free storage space (greater than 15GB), please share.