gbt5

Results 1 comments of gbt5

Here's my monkeypatch: ``` module DropboxApi::Endpoints class Base def process_response(raw_response) # Official Dropbox documentation for HTTP error codes: # https://www.dropbox.com/developers/documentation/http/documentation#error-handling case raw_response.status when 200, 206, 409 # Status code 409...