Skip to content

Hub for documents access from different storage facilities.

License

Notifications You must be signed in to change notification settings

NocWriter/storageio

Repository files navigation

storage.io

Storage IO is an infrastructure library that provides unified access to various storage services, such as Dropbox, Microsoft OneDrive, Google Drive, Box.net, local file system and potentially others, via a standard API.

The library supports pluggable approach (allows plugging of new implementations) and extensional support (allows extending core behavior).

Example

DropboxCredential credentials = ...
DropboxStorageServiceProvider provider = ...

FolderMetadata folder = provider.listEntries(credentials, "/")

About

Hub for documents access from different storage facilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages