You can make Dropbox URLs direct simply by changing the value of the dl query attribute from its default 0 to 1. For example:
/* Yields a landing page for the resource. */ …DROPBOX_URL…?dl=0 /* Yields the resource directly. */ …DROPBOX_URL…?dl=1