|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <info> |
3 | 3 | <id>files_external_dropbox</id> |
4 | | - <name>Dropbox storage support</name> |
5 | | - <description>Dropbox backend for files_external</description> |
6 | | - <summary>This is storage app to mount Dropbox as an External Storage in ownCloud</summary> |
| 4 | + <name>External Storage: Dropbox</name> |
| 5 | + <description> |
| 6 | +With ownCloud you can leverage storage that already exists in your enterprise. Administrators can for example decide to store the most sensitive data on-premises and less sensitive data in the cloud while making all of your files available through a single user interface and enabling compliance with your chosen security and governance policies. |
| 7 | +This highly facilitates data infrastructure modernization in your business without the need of data migration or major investments in new storage systems. |
| 8 | +Using ownCloud it is possible to integrate a wide range of storage types and make them accessible from all devices under the specified security policies in ownCloud. ownCloud works as an additional layer, providing users with a single point of access to their files on all storage locations. |
| 9 | + |
| 10 | +This application enables integrating Dropbox external storages via the Dropbox API v2. |
| 11 | +Once a Dropbox account is integrated by an administrator or the user in self-service, users see a folder structure that mirrors their Dropbox hierarchy. |
| 12 | +Users can then selectively sync files to their desktop or access them on mobile devices like any other file in ownCloud. The files will remain in the Dropbox storage but are now accessible in a secure and fully logged and traceable way through ownCloud. |
| 13 | + |
| 14 | +Administrators and users (when enabled) can find external storage configuration options in the 'Storage' section of admin and user settings, respectively. |
| 15 | + </description> |
| 16 | + <summary>Integrate Dropbox as an external storage</summary> |
7 | 17 | <licence>GPLv2</licence> |
8 | 18 | <author>Hemant Mann</author> |
9 | 19 | <version>1.0.0</version> |
10 | 20 | <category>storage</category> |
11 | | - <screenshot>https://raw.githubusercontent.com/owncloud/promo/e1dd604d66b4c5f765579b4c160de3268169ea3c/ownCloud%20logo%20square.png</screenshot> |
| 21 | + <documentation> |
| 22 | + <user>https://doc.owncloud.com/server/latest/user_manual/external_storage/external_storage.html?highlight=dropbox</user> |
| 23 | + <admin>https://doc.owncloud.com/server/latest/admin_manual/configuration/files/external_storage/dropbox.html?highlight=dropbox</admin> |
| 24 | + </documentation> |
| 25 | + <screenshot>https://raw.githubusercontent.com/owncloud/screenshots/master/files_external_dropbox/owncloud-app-external-storage-dropbox.jpg</screenshot> |
12 | 26 | <types> |
13 | 27 | <filesystem/> |
14 | 28 | </types> |
|
0 commit comments