Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.19k stars 801 forks source link

Dropbox error when trying to give laverna permission #447

Open Issam2204 opened 8 years ago

Issam2204 commented 8 years ago

When Laverna tries to connect to Dropbox to obtain the necessary permissions I see this:

Invalid redirect_uri. It must exactly match one of the redirect URIs you've pre-configured for your app (including the path).

valvin1 commented 8 years ago

Have a look to #423 You need to add http://localhost:9000/dropbox.html in your dropbox application configuration if you are using native app

wwebfor commented 8 years ago

We'll change the port back to avoid further inconveniences.

mtaki14 commented 8 years ago

I'm having the same issue, even after adding http://localhost:9000/dropbox.html to the app redirect.

alvgarci commented 7 years ago

Same here.... not able to sync with Dropbox!

ghost commented 7 years ago

Anyone find out how to fix this?? I'm having the same issue.

rubyDoomsday commented 7 years ago

I was receiving the 400 incorrect redirect URI with the stand alone mac app (laverna-0.7.1-darwin-x64) even after adding http://localhost:9000/dropbox.html to the redirect URIs in my dropbox app. Just for fun I also tried http://localhost:9100/dropbox.html which results in reaching the login page but I can't submit my credentials as it is not overwriting the field placeholder (see screenshot)

screen shot 2016-12-18 at 10 28 55 pm
ArcticSnow commented 7 years ago

Has anyone found a solution? I keep running in the exact same problem on the linux standalone desktop app. Thanks

talklittle commented 6 years ago

Laverna standalone 0.7.51 w/ Dropbox API v2 requires a change in the Redirect URI: http://localhost:9000/ (remove dropbox.html at the end). Updated Laverna FAQ to reflect this.