saguiitay / DropboxRestAPI

Dropbox REST API client in C#
MIT License
46 stars 38 forks source link

Added more context to errors for easier troubleshooting. #14

Closed coryrwest closed 9 years ago

coryrwest commented 9 years ago

I noticed when implementing this that I was getting a weird error from DropBox. The error_description that is returned from DropBox would have saved me much time during troubleshooting. I would have figured out pretty quickly that it was user error on my end.