Open
Description
It would be super nice if the SDKs DropboxClient would also handle empty string values for the AccessToken and RefreshToken. The issue it creates is that the requirement of manual checking values before instantiating the class.
Make use the string.IsNullOrEmpty
for the access token and refresh token arguments in the constructor instead of accessToken === null
.
So to be something like this: