Dropbox icon indicating copy to clipboard operation
Dropbox copied to clipboard

Update ConsumerAbstract.php for new HTTP response code

Open DavidAnderson684 opened this issue 9 years ago • 0 comments

As of today, Dropbox is sending a 400 error code in response to the getAccessToken() call that the authenticate() method makes, which was causing the 3-legged flow to abort, as the code wasn't catch-ing that. This amend fixes that and restores functionality.

DavidAnderson684 avatar Sep 04 '15 12:09 DavidAnderson684