@@ -7,46 +7,56 @@ safely ignore any references to OAuth 2.0 in the Dropbox configuration.
7
7
8
8
Connecting Dropbox is a little more work because you have to create a Dropbox
9
9
app. Log into the `Dropbox Developers page <http://www.dropbox.com/developers >`_
10
- and click **App Console **:
10
+ and click **Create Your App **:
11
11
12
12
.. figure :: images/dropbox.png
13
+ :alt: Create your app.
13
14
14
- If you have not already created any Dropbox apps it will ask you to accept
15
- their terms and conditions. Then you are presented with the choice to create
16
- either a Drop-ins App or a Dropbox API App. Click **Dropbox API App **, and then
17
- check:
15
+ Next, for **Choose an API ** check **Dropbox API **.
18
16
19
- * Files and datastores.
20
- * No -- My app needs access to files already on Dropbox.
21
- * All file types -- My app needs access to a user's full Dropbox. Only
22
- supported via the CoreAPI.
23
-
24
- Then enter whatever name you want for your app.
17
+ .. figure :: images/dropbox-1.png
18
+ :alt: Select Dropbox API.
25
19
26
- .. figure :: images/dropbox-app.png
20
+ The next option is choosing which folders to share, or to share everything in
21
+ your Dropbox.
27
22
28
- Now click the **Create App ** button. Under **Status **, do not click
29
- **Development (Apply for production status) ** because that is for apps that you
30
- want to release publicly.
23
+ .. figure :: images/dropbox-2.png
24
+ :alt: Folder selection.
25
+
26
+ Then enter your app name. This is anything you want it to be.
31
27
32
- Click **Enable additional users ** to allow multiple ownCloud users to use your
33
- new Dropbox share.
28
+ .. figure :: images/dropbox-3.png
29
+ :alt: Name your app.
30
+
31
+ Then click the **Create App ** button.
32
+
33
+ Now you are on your app page, which displays its settings and more options. Do
34
+ not click **Development (Apply for production) ** because that is for apps
35
+ that you want to release publicly.
34
36
35
- Note your App key and App secret, which you will enter in the External Storage
36
- form on your ownCloud Admin page.
37
+ .. figure :: images/dropbox-4.png
38
+ :alt: Your app's page.
37
39
38
- .. figure :: images/dropbox-configapp.png
40
+ Click **Enable additional users ** to allow multiple ownCloud users to access
41
+ your new Dropbox share.
39
42
40
- Your ownCloud configuration requires only the local mount name, the App Key and
41
- the App Secret, and which users or groups have access to the share.
43
+ Now go to your ownCloud Admin page. Your ownCloud configuration requires only
44
+ the local mount name, the **App Key ** and the **App Secret **, and which users
45
+ or groups have access to the share. Remember the little gear icon at the
46
+ far right for additional options.
47
+
48
+ After entering your local mount name, **App Key ** and **App Secret **, click
49
+ **Grant access **.
42
50
43
- .. figure :: images/dropbox-oc.png
51
+ .. figure :: images/dropbox-6.png
52
+ :alt: ownCloud Dropbox configuration.
44
53
45
- You must be logged into Dropbox, and when ownCloud successfully verifies your
46
- connection Dropbox will ask for verification to connect to your Dropbox
47
- account . Click **Allow **, and you're done.
54
+ If you are not already logged into Dropbox, you will be prompted to login
55
+ and authorize access. This happens only once, when you are first creating
56
+ the new share . Click **Allow **, and you're done.
48
57
49
- .. figure :: images/dropbox-allowshare.png
58
+ .. figure :: images/dropbox-5.png
59
+ :alt: Allow Dropbox access.
50
60
51
61
See :doc: `../external_storage_configuration_gui ` for additional mount
52
62
options and information.
0 commit comments