diff --git a/appinfo/info.xml b/appinfo/info.xml index 9c6345e..e7ad529 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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:
+ ```https://mynextcloud.example.com/index.php/settings/admin/externalstorages``` + - For user storages:
+ ```https://mynextcloud.example.com/index.php/settings/user/externalstorages``` + + _Replace `https://mynextcloud.example.com/` with your valid Nextcloud installation path_
+ _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