You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: