File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,11 @@ Add new filesystem disk in `disks` array in `config/filesystems.php`:
18
18
```
19
19
'dropbox' => [
20
20
'driver' => 'dropbox',
21
- 'app' => '',
22
21
'authorizationToken' => '',
23
22
],
24
23
```
25
24
26
- Create new app and generate authorization token on the [ App Console] ( https://www.dropbox.com/developers/apps ) at Dropbox .
25
+ Create a new app and generate an authorization token with the [ Dropbox App Console] ( https://www.dropbox.com/developers/apps ) .
27
26
28
27
In this configuration file you can also set default filesystem and cloud disk.
29
28
@@ -57,4 +56,4 @@ Please use [GitHub Issues Page](https://github.com/mplodowski/dropboxadapter-plu
57
56
58
57
## Like this plugin?
59
58
60
- If you like this plugin, give this plugin a Like or Make donation with [ PayPal] ( https://www.paypal.me/mplodowski ) .
59
+ If you like this plugin, give this plugin a Like or Make donation with [ PayPal] ( https://www.paypal.me/mplodowski ) .
You can’t perform that action at this time.
0 commit comments