File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ You can install this package from the root directory by running::
13
13
After installation, to get started, open a Python console::
14
14
15
15
>>> import dropbox
16
- >>> dbx = dropbox.Dropbox(YOUR_ACCESS_TOKEN)
16
+ >>> dbx = dropbox.Dropbox(" YOUR_ACCESS_TOKEN" )
17
17
>>> dbx.users_get_current_acccount()
18
18
19
19
Creating an Application
@@ -23,12 +23,12 @@ You need to create an Dropbox Application to make API requests.
23
23
24
24
- Go to https://dropbox.com/developers/apps.
25
25
26
- Obtaining a User Token
27
- ----------------------
26
+ Obtaining an Access Token
27
+ -------------------------
28
28
29
- All requests need to be made with a user token. To get started, once you've
30
- created an app, you can go to the app's console and generate an access token
31
- for your own Dropbox account.
29
+ All requests need to be made with an OAuth 2 access token. To get started, once
30
+ you've created an app, you can go to the app's console and generate an access
31
+ token for your own Dropbox account.
32
32
33
33
Examples
34
34
--------
You can’t perform that action at this time.
0 commit comments