yagasoft / Overcast

A façade that facilitates creating APIs to deal with Cloud Storage Providers (CSPs), which in turn makes it easier to build programs around it.

Home Page:www.yagasoft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overcast v4.19.0145

(No longer maintained!)

A façade that facilitates creating APIs to deal with Cloud Storage Providers (CSPs), which in turn makes it easier to build programs around it.

Features:

  • A standardised template to use to implement any remote file system.
  • Support for the most common operations for folders and files
    • Copy/move/rename/delete.
    • Upload/download.
    • File tree.
  • Support for OAuth or traditional way of logging in.
  • Full event and exception handling for all actions.
  • Local file system is implemented out of the box.
  • Google, and Dropbox are implemented as add-ons.

Implementation instructions:

Dependencies:
+	Java 8
+	Logger: https://github.com/os008/Logger
CSP:
+	To be filled later ...

Notes:

  • You have to manually download the libraries and import them into your project.


**Copyright © 2011-2014 by Ahmed el-Sawalhy** * The Modified MIT License (GPL v3 compatible).

About

A façade that facilitates creating APIs to deal with Cloud Storage Providers (CSPs), which in turn makes it easier to build programs around it.

www.yagasoft.com

License:Other


Languages

Language:Java 100.0%