You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

ahmedfou2014's avatar
ahmedfou2014
New member | Level 2
5 years ago

Bug Dropbox sdk

im using dropbox SDK for java version 3.1.3 but allways got this error when i try to share or list foldres, PLZ help

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    I just tried this out with v3.1.3 of the official Dropbox Java SDK, but that issue didn't occur for me. We'll be happy to look into this further, but we'll need some more information. Please reply with:

    • the name and version number of the platform you're using
    • the steps to reproduce the issue, including relevant code snippet(s)
    • the full text/stack trace of the error or unexpected output
    • dgo's avatar
      dgo
      New member | Level 2

      I have a similar issue using Java SDK version 3.0.11.

      This is a new error, the app is working for 1 year without any issue

       
      • dgsqrs's avatar
        dgsqrs
        New member | Level 2
        Error in call to API function "files/create_folder:2": request body: could not decode input as JSON
        com.dropbox.core.BadRequestException: Error in call to API function "files/create_folder:2": request body: could not decode input as JSON
                at com.dropbox.core.DbxRequestUtil.unexpectedStatus(DbxRequestUtil.java:317)
                at com.dropbox.core.v2.DbxRawClientV2$1.execute(DbxRawClientV2.java:129)
                at com.dropbox.core.v2.DbxRawClientV2.executeRetriable(DbxRawClientV2.java:301)
                at com.dropbox.core.v2.DbxRawClientV2.rpcStyle(DbxRawClientV2.java:116)
                at com.dropbox.core.v2.files.DbxUserFilesRequests.createFolderV2(DbxUserFilesRequests.java:740)
                at com.dropbox.core.v2.files.DbxUserFilesRequests.createFolderV2(DbxUserFilesRequests.java:767)
                at ch.sqrs.rsvp.services.dropbox.DropboxServiceImpl.createFolder(DropboxServiceImpl.java:130)