Personal Cloud Storages API abstracts providers and gives
a uniform API to access several personal cloud storages. As of today,
the following providers are supported:
Dropbox <https://www.dropbox.com>,
hubiC <https://hubic.com>,
Google Drive <http://www.google.com/drive/>,
CloudMe <https://www.cloudme.com>.
API provides the following methods:
- list/create/delete folder
- upload/download/delete blob (a blob is a regular file)
- inquire about user and about used/available storage quota.
The API is available in many languages (Java, android and Python 2.7).
Some samples programs showing how to use pcs_api are availables in the repository samples directory.
Refer to https://github.com/netheosgithub/pcs_api for more documentation.