We are using Dropbox API with Oauth 2.0 to download a file, Its giving us the Error 4xx page. The name of the file is 'DX Haley'. It happens only when the second word in the file name start with letter 'H'. Works fine with other files but as soon as we change file names second word to H it stops working.
For eg. the same file with name 'DX 13.doc' will get downloaded but if its renamed as 'DX Haley.doc' the files doesn't return the file jason instead it returns an HTML page for Error 4xx
Line of Error : OAuthClientRequest requestO = new OAuthBearerClientRequest(GetProperties.getDropBoxMedURI()+fileName).setAccessToken(token).buildQueryMessage();
If fileName = Test test > works
fileName = Test hest > doesn't work