Closed
Bug 1210338
Opened 10 years ago
Closed 10 years ago
[CloudStorage] Implement the app which supports Dropbox and MyJSON to verify FileSystemProvider API.
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.6 S2 - 12/4
People
(Reporter: edenchuang, Assigned: selee)
References
Details
Attachments
(1 file)
An app for testing and demo cloud storage plug in system with Dropbox storage. This app use the FileSystemProviderAPI to support other app to access the Dropbox storage content.
1. Register a Dropbox type storage on FxOS
2. Mount/Unmount multiple Dropbox storages with multiple Dropbox accounts
3. Handle the FileSystemProviderAPI events with Dropbox public API
Comment 1•10 years ago
|
||
Can't we use [1] for testing?
[1] https://github.com/google/chromeos-filesystems
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8687058 [details] [review]
[gaia] weilonge:seanlee/FileSystemProvider/master/mozlando_demo > mozilla-b2g:master
The test app at attachment 8687058 [details] [review] is only for testing purpose.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → selee
Target Milestone: --- → 2.6 S2 - 12/4
| Assignee | ||
Updated•10 years ago
|
Summary: [CloudStorage] Dropbox testing app for cloud storage support → [CloudStorage] Implement the app which supports Dropbox and MyJSON to verify FileSystemProvider API.
| Assignee | ||
Comment 4•10 years ago
|
||
The current status of the demo purpose app are as the following:
1. Create a supported storage.
2. Mount/unmount a created storage.
3. Support Dropbox on OAuth and read-file feature.
4. Support loading a customized JSON object via MyJSON (http://myjson.com)
After the storage removing feature implemented, we can close this bug.
| Assignee | ||
Comment 5•10 years ago
|
||
The testing app is implemented in attachment 8687058 [details] [review], so close this bug.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•