I'd like to get the public dropbox link for a local file.
E.g.: https://www.dropbox.com/s/<some id>/v16.90.0310_beta.zip?dl=0
is the public dropbox link for the local file:
C:\Users\%USERNAME%\Dropbox\XY_Updates\v16.90.0310_beta.zip
Is there a way to get this one with an API (preferred: Python) call? Unfortunately the Windows Version doesn't have a CLI interface (like the linux version) which would make the whole thing pretty easy...