I'm using Dropbox java sdk for uploading files from my service. it works fine!!!
In local I would like to mock the dropbox , instead want to connect to my wiremock server running on port 9001 with http protocal.
I'm using 'DbxClientV2' to make connection with dropbox and I don't see any configuration to change port.
How can I acheive this?