Hello All,
I've been reading through Python SDK docs and looking at SDK source code and found that internally all Dropbox does is call request(*params). My use case is a little different where I need the raw JSON string in response.
I found a few methods (i.e. request_jsob_object, request_json_string) which I guess return the raw response? Can you tell me how to use them? I looked at their docs and not sure how would I call them and what exactly they return?
An example would really help here.