Is there a way to rename a file while downloading from dropbox without changing the filename itself :
For example:
Dropbox link : https://www.dropbox.com/s/b06pn1n7w75ihyz/270px-July_Morning_Boby_Dimitrov.jpg?dl=1
and get file dow0nloaded: morning.jpg instead of 270px-July_Morning_Boby_Dimitrov.jpg
Content-Disposition header didn't work for me .
Any ideas how to do that ?
I recently developed a activestorage-dropbox gem for rails that wraps the Dropbox Storage Service as an Active Storage service. I am hoping the Content-Disposition functionality in dropbox as it's very much important for maintaining the robustness and quality of the functionality.
https://github.com/ashishprajapati/activestorage-dropbox
Thanks
Ashish Prajapati
Rails Contributor