Hi
I'm using files_get_temporary_link to generate a download URL for a file (active for 4 hrs). The link itself appears to lack the filenam. It just ends with long cryptic number. Some browsers do not interpret this URL correctly and save the downloaded files with strange looking/unfriendly names. For example a temp link like this
https://dl.dropboxusercontent.com/apitl/1/AACaHS_H4dB5wyoQGQeFrhn4lKIBU0O0COeHMBg9x3NguJg_9f2_YxKj7BlKpEprf7rAB51ikDD114BLJfWMI_Vf-Ut2OA2ylf7Sm37qL4YTuzHuGBVB1Yf0TJOQMdHa8Eo7dxKk8LMZfpbBpFTrytarDhj90XQIH8GBfxY6ti6EfKT7JKRyoL8XS1jEVHaJRGw4frO2fwS8NE8pdl01A-RZsWr9Cs5iCOZMOhpqciRXUsekMWJ1dKiB8TQl3wTN8oUGhyH3hAjn3Qra1erudf1KhNikO9jlVX4x2G5ftIvqe-jJlK4c7ZY4WlxTia5ilfVDzlynRPDelrkgjvvOQfQX
is saved as AACaHS_H4dB5wyoQGQeFrhn4lKIBU0O0.mp3 instead of the real file name as appears in the user's dropbox.
Is there any way to force files_get_temporary_link generate a URL that ends with the actual real file name?
The previous dropbox API *used* to generate friendly links for temporary shares and it seemed to work very nicely. Would you please consider returning the old style link layout?