Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DropboxAuth.getAuthenticationUrl returns incorrect type #1125

Open
edwinvanderven opened this issue Jun 8, 2023 · 1 comment
Open

DropboxAuth.getAuthenticationUrl returns incorrect type #1125

edwinvanderven opened this issue Jun 8, 2023 · 1 comment
Labels

Comments

@edwinvanderven
Copy link

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.

@greg-db
Copy link
Contributor

greg-db commented Jun 8, 2023

Thanks, I'll ask the team to look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants