In https://www.dropbox.com/de/install-linux there’s a link to a python script: https://www.dropbox.com/download?dl=packages/dropbox.py
But this link is a 404. Where can I find this file?
Hi @ramble,
As far as I can see your link is working (without redirection - https://linux.dropbox.com/packages/dropbox.py - redirection might confuse your browser). In spite, you can use the source too. 😉 Command line option:
wget https://linux.dropbox.com/packages/dropbox.py
Good luck.