Skip to content

Commit 45f09a4

Browse files
committed
Update README
1 parent 48a0392 commit 45f09a4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,21 @@ To use Dropbox as default uploads/media storage for October installation update
3434
3535
'uploads' => [
3636
'disk' => 'dropbox',
37-
'folder' => 'uploads',
38-
'path' => '/storage/app/uploads',
37+
'folder' => '',
38+
'path' => '',
3939
],
4040
4141
'media' => [
4242
'disk' => 'dropbox',
43-
'folder' => 'media',
44-
'path' => '/storage/app/media',
43+
'folder' => '',
44+
'path' => '',
4545
],
4646
4747
],
4848
```
4949

50+
> **Important note:** If you want to specify `folder` or `path` than you must ensure it exists on Dropbox.
51+
5052
## Support
5153

5254
Please use [GitHub Issues Page](https://github.com/mplodowski/dropboxadapter-plugin/issues) to report any issues with plugin.

0 commit comments

Comments
 (0)