View Single Post
dantonic's Avatar
Posts: 361 | Thanked: 108 times | Joined on Sep 2008
#409
Originally Posted by Henry Triplette View Post
Well, I've found a quick fix, and everything seems to work now.

You just need to edit the default .config file of dropbox, located in:

Code:
/opt/dropn900/.config
[If you have leafpad installed, do:

leafpad /opt/dropn900/.config]

and change the following values with:

Code:
server = api. dropbox. com 
content_server = api-content. dropbox. com 
port = 80 

request_token_url = ht tp:// api. dropbox. com/0/oauth/request_token 
access_token_url = ht tp:// api. dropbox. com/0/oauth/access_token 
authorization_url = h ttp:// api. dropbox. com/0/oauth/authorize 
trusted_access_token_url = ht tp:// api. dropbox. com/0/token
Remove the spaces before, sorry but link in post are limited.

Wow, I stopped using drop box months ago... had give up on it. Thank you so much for sharing this solution... worked like charm.