Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ Connecting Dropbox with OAuth2 is a little more work because you have to create
- Then choose which folders to share, or to share everything in your Dropbox.
- Name Your App and then click Create App
- Under the section **OAuth2** Redirect URIs add a new URL
For adding global storages:
```https://mynextcloud.example.com/settings/admin/externalstorages```
and for user storages:
```https://mynextcloud.example.com/settings/admin/externalstorages```
_(Replace `https://mynextcloud.example.com/ with your valid Nextcloud installation path)_
- For adding global storages:<br>
```https://mynextcloud.example.com/index.php/settings/admin/externalstorages```
- For user storages:<br>
```https://mynextcloud.example.com/index.php/settings/user/externalstorages```

_Replace `https://mynextcloud.example.com/` with your valid Nextcloud installation path_<br>
_If you have set `htaccess.RewriteBase` in your config.php you may need to remove index.php and may need to add a subdirectory_
- Then go to nextcloud ```settings/admin/externalstorages``` and add a new storage **Dropbox V2**
- Fill the details Client Id, Client Secrets from your Dropbox App page (search for "App key" and "App secret")
- Click Grant Access and then you will be redirected to the OAuth login
Expand Down