I have used this command directly with the command line and it working fine.
sudo ~/.dropbox-dist/dropboxd
But when I set it to run each minute with cronjob nothing happens. my crontab file
# m h dom mon dow command
* * * * * sudo ~/.dropbox-dist/dropboxd
@hourly wget -qO /dev/null https://mysite.com/cron/KpFh734nRJIBMtAAH1-32ajb8Rv23A-l0pBVg$
what is wrong?