I am working with rackspace cloudfiles java api. So far,I have managed to write code for generating temp URL to download file, with java api by rackspace using example provided here.
I can also see in rackspace api documentation which confirms me there is possibilities to override file name using temp URL while download file.
http://docs.rackspace.com/files/api/v1/cf-devguide/content/TempURL_File_Name_Overrides-d1e213.html
Unfortunately, I am unable to find any method in those java api to achieve same, can anybody help me with this?
Well, this is were I am ending up it with
This is simply a workaround and not a solution I was looking for, but still it work and we can resolve the issue. Here, I am just appending auto generated URL by an encoded query parameter.