We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

ksprasad's avatar
ksprasad
New member | Level 2
8 years ago

Unexpected response code 400

Hi,   I had been able to successfully connect to dropbox using dropbox api. I am using the bundle dropbox-core-sdk 1.7.6 from maven repository.  But since recently I am getting the below error fro...
  • Greg-DB's avatar
    8 years ago

    The Dropbox Java SDK you're using (v1.7.6) is old and is using the now retired API v1. Calling API v1 will return a 400 error since it is now disabled.

     

    You should instead use the latest version of the Dropbox Java SDK (currently v3.0.5), which uses API v2.