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?