php - Non-expiring download link through Dropbox Chooser -



php - Non-expiring download link through Dropbox Chooser -

the dropbox chooser returns 2 link types: preview , direct. appending ?dl=1 @ end of direct download link can forcefulness dropbox send file user's browser.

now that's great , want direct link expires after couple of hours.

is there way permanent direct download link dropbox file?

the 'direct' link type returned chooser returns link references file straight default, without ?dl=1, expire after 4 hours.

the ?dl=1 modification makes dropbox tell browser download file.

in case, can modify 'preview' links, don't expire, either of these behaviors well, documented here:

https://www.dropbox.com/help/201/en

in short, using dl subdomain (instead of www) makes behave direct link, , appending ?dl=1 makes download.

php api plugins download dropbox

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -