33
edits
EdenChuang (talk | contribs) No edit summary |
EdenChuang (talk | contribs) No edit summary |
||
Line 45: | Line 45: | ||
* '''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. | * '''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''' | * '''Security issues''' | ||
= Related Use cases = | |||
== Play media files saved on cloud == | |||
John saves his media files on dropbox or any other cloud storage and wants to play these media online on his mobile device.<br /> | |||
In traditional, John needs to do with following steps<br /> | |||
#Open the cloud storage app, such as dropbox and google drive, and download the media files to the mobile device.<br /> | |||
#Open the player app, such as Gallery and Music, and play the media files locally.<br /> | |||
On FirefoxOS device, the steps can be reduced to<br /> | |||
#Open the player app and play the media files on cloud storage directly. | |||
== Create and share files on cloud == | |||
Bob wants to take a picture and share it with friend on flickr.<br /> | |||
In traditional, Bob needs to do with following steps<br /> | |||
#Open the camera app to take a picture and save the file on the device.<br /> | |||
#(Optional) Open a third party app to edit the picture on the device.<br /> | |||
#Open the flickr app to upload the file and set it as shared.<br /> | |||
On FirefoxOS device, the steps can be reduced to<br /> | |||
#Open the camera app to take a picture and save and share the file on cloud storage directly.<br /> | |||
#(Optional) Open a third party app to edit the picture on cloud storage directly.<br /> | |||
== File management between clouds == | |||
Amy wants to copy a finished work document form her personal dropbox space to the company google drive space<br /> | |||
In traditional, Amy needs to do with following steps<br /> | |||
#Open the dropbox app and download the document file to device. | |||
#Open the google drive app and upload the document file.<br /> | |||
On FirefoxOS device, the steps can be reduced to<br /> | |||
#Open a file browser app and copy the document from dropbox to google drive directly. | |||
= Related links = | = Related links = |
edits