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?
I found the following helps which provide clear guides on how to implement the datastore integration with my app.
Google Drive Web APIs
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.