Skip to content

BoxClient to handle empty strings for AccessToken and RefreshToken #309

Open
@theteladras

Description

@theteladras

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:
image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions