View Single Post
Marshall Banana's Avatar
Posts: 94 | Thanked: 209 times | Joined on Oct 2009 @ Germany
#497
Originally Posted by pakke View Post
Hi,

I got DropN900 and authentication work fine thanks for Marshall Banana.
I have a little problem as it seems that it cannot save access token received from dropbox webpage so every time I start DropN900 client, it ask me to authenticate...Do I have some problem with permissions or is it this one 'python-setuptools' that I cannot install ?

-pakke
Hi pakke,
please check if the folder /home/user/.dropn900 exists. Open xterm and type
Code:
ls -ld /home/user/.dropn900/
, it should contain 2 files: settings.ini and token.ini, you can check in xterm with
Code:
ls -l /home/user/.dropn900/
.

If the folder and files are there it may be a permission problem, otherwise the problem can be caused by missing python-setuptools. I'll check it out later when im at home.
 

The Following User Says Thank You to Marshall Banana For This Useful Post: