LS,
I'm developing a mobile app with Xamarin and its trivial that Dropbox gets integrated.
Ref: https://blogs.dropbox.com/developers/2015/04/a-preview-of-the-new-dropbox-api-v2/
Now "users/get_current_account" works like a charm, but if i try "/files/list_folder" with "{\"path\": \"\"}" as body, the response i get is "Error in call to API function "files/list_folder": request body: could not decode input as JSON", whilst using fiddler.
Am i overlooking something (obvious)?
Can someone give me more info on this?
Screenshots:200 https://img42.com/wA7gP400 https://img42.com/ufrLJ
Hi Jeff, a few things first:
- You're calling the beta /2-beta-2/ route. You should update to the stable /2/ route.
- I can't see the request body view in the second screenshot, can you share one that shows the raw body being sent up?