Skip to content

DropboxAuth.getAuthenticationUrl returns incorrect type #1125

@edwinvanderven

Description

@edwinvanderven

Describe the bug

The DropboxAuth.getAuthenticationUrl has a return type of String which should be a string.

To Reproduce

const url = DropboxAuth.getAuthenticationUrl(...)
// url is now of type String and not string

Expected Behavior
The return type should be of type string.

Actual Behavior
The return type is currently String.

Screenshots

image

Versions

  • What version of the SDK are you using?

The SDK is the latest version available: 10.34+

  • Are you using Javascript or Typescript?

The problem happens with TypeScript.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions