Getting Direct File Links from Dropbox

android, dropbox

Solution

get the file link for exemple https://www.dropbox.com/s/blablabla/test.pdf

replace www by dl

add ?dl=1 to the end

result of our example: https://dl.dropbox.com/s/blablabla/test.pdf?dl=1

Problem

Is there a way to get "Direct File Links" from Dropbox in android code without using the Dropbox API's? I searched a lot on this but did not find a solution. Any responses will be appreciated.

Original source