Hello!
I'm trying out SwiftyDropbox
=> https://blogs.dropbox.com/developers/2015/05/try-out-swiftydropbox-the-new-swift-sdk-for-dropbox-api-v2/
I can get user's name (with usersGetCurrentAccount() )
but I can't get user's filesList(with filesListFolder(path: ""))
error message is 'Bad Input: Error in call to API function "files/list_folder": request body: could not decode input as JSON'
environment
Xcode7
Swift2.0
SwiftyDropbox branch 'swift-2.0'