noetus
|
2011-10-17
, 13:31
|
Posts: 359 |
Thanked: 162 times |
Joined on Jan 2011
@ Budapest
|
#381
|
|
2011-10-17
, 14:27
|
Posts: 1 |
Thanked: 25 times |
Joined on Oct 2011
|
#382
|
Is it possible that since the developer abandoned the program some time ago his subscription over at DropBox for the API access has run out?
/opt/dropn900/.config
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
The Following 25 Users Say Thank You to Henry Triplette For This Useful Post: | ||
|
2011-10-18
, 10:07
|
Posts: 17 |
Thanked: 8 times |
Joined on Apr 2011
@ Spain
|
#383
|
sudo leafpad /opt/dropn900/.config
|
2011-10-20
, 07:43
|
Posts: 359 |
Thanked: 162 times |
Joined on Jan 2011
@ Budapest
|
#384
|
Find attached a patch to update the file '/opt/dropn900/transfers.py'. If you are ignorant about how to work with patches (like myself half an hour ago) then let me give you some advice. From the terminal as root:
1.) mv transfers-pm.py.patch.txt /opt/dropn900/
2.) cd /opt/dropn900/
3.) patch -b -i transfers-pm.py.patch.txt
This will apply the patch to the file '/opt/dropn900/transfers.py' while backing up the original version in the same folder. So if need be, you can easily revert to Jonnenau's original version.
|
2011-10-20
, 08:16
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#385
|
cp /opt/dropn900/transfers.py /opt/dropn900/transfers.py.bak
|
2011-10-20
, 09:44
|
Posts: 359 |
Thanked: 162 times |
Joined on Jan 2011
@ Budapest
|
#386
|
Nokia-N900:/opt/dropn900# patch -i transfers-pm.py.patch.txt patching file transfers-pm.py patch: can't open 'transfers-pm.py': No such file or directory
|
2011-10-20
, 09:50
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#387
|
|
2011-10-20
, 10:19
|
Posts: 359 |
Thanked: 162 times |
Joined on Jan 2011
@ Budapest
|
#388
|
|
2011-10-21
, 15:59
|
Posts: 15 |
Thanked: 11 times |
Joined on Jun 2010
@ Switzerland
|
#389
|
|
2011-10-24
, 17:05
|
Posts: 65 |
Thanked: 27 times |
Joined on Jun 2010
|
#390
|