Hi,
Is there any setting in dropbox where I could configure the trusted client user agents?
It seems dropbox web server filters the file download requests depending on the client's user-agent.
For instance if I try to download a dropbox file (configured to be shared with anyone with the link) from a web browser, then the download operation is successfully.
However if I try to download it through the following user agent: Windows Installer , then the download operation is blocked by dropbox web server. This is the error message returned by dropbox:
Error: 5xx
Error
Something went wrong. Don't worry, your files are still safe and the Dropboxers have been notified. Check out our Help Center and forums for help, or head back to home.
If you wonder why do I need to run a file download through "Windows Installer" user agent, then here it is my scenario:
1. on a Windows OS all the MSI installation packages are installed by the OS built-in Windows Installer service
2. Windows Installer service allows you to host an MSI installation package on a web server and install it by simply running the following command line:
msiexec.exe /i <downloadURLtoMSIfile>
So, basically what I was trying to do was to host a Windows Installer MSI file on dropbox and then install it using the above command line.
Any help would be appreciated.
Thank you,
Daniel