We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae044f4 commit c153cc5Copy full SHA for c153cc5
README.md
@@ -173,8 +173,8 @@ Dropbox_clientId='xxx'
173
Dropbox_clientSecret='xxx'
174
```
175
+ Insert the configuration details from your Dropbox App into the newly included configuration lines of your config.ini.php file:
176
- + **Dropbox_clientId**='...' (value shown in Dropbox, like described above)
177
- + **Dropbox_clientSecret**='...' (value shown in Dropbox, like described above)
+ + **Dropbox_clientId**='...' (value for "App key" shown in Dropbox, like described above)
+ + **Dropbox_clientSecret**='...' (value for "App secret" shown in Dropbox, like described above)
178
179
### Github
180
+ Open the [Github](https://github.com/) page and log into your Github account
0 commit comments