Changes

Jump to: navigation, search

Firefox OS/Cloud Storage

529 bytes added, 06:35, 13 May 2015
no edit summary
* DeviceStorageAPI is not a standard API for all browser.
* FUSE is not supported in all platforms.
==== Prototype ====* [https://github.com/MozCloudStorage MozCloudStorage github repo]* CloudStorageServiceAPI (this is only for prototype)CloudStorageServiceAPI is a WebAPI for enabling/disabling cloud storage. <br />enum CloudStorageType { "Dummy", "Dropbox",}; <br />Promise<boolean> enable(DOMString cloudName, CloudStorageType cloudType, DOMString accessToken)<br />Promise<void> disable(DOMString cloudName)<br />
=== JS library solution ===
[[File:Cloud Storage JS solution.png]]<br />
==== Benefits ====
==== Drawbacks ====
* '''Offline support''' - Any requested file content/meta will be stored in cache store, so the cache store is a subset of cloud storage. Cache system still can provide cached file content from cache store even no network connection. Considering error handling for new data/meta request is important in the case of no network connection.
* '''Security issues'''
=== Issue Study ===[https://docs.google.com/presentation/d/1gB41Z6uQQO9C51Ns2aAm2A7vJox0AYt5tz2vyDC0xuo/edit#slide=id.p Cache Architecture study]
= Related Use cases =
== Play media files saved on cloud ==
33
edits

Navigation menu