Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

How to authorize in DropBox?  #26

Description

@maksbazan

Hello, in documentation OAuth Request Url obtained in this way:
var authRequestUrl = await client.Core.OAuth2.AuthorizeAsync("code");

But in the latest version has changed and I can not use this code. I use this:
var authRequestUrl = client.Core.OAuth2.Authorize("code");

But this code shows the error:
unknown field "code"

RedirectUri looks:
RedirectUri = "https://www.dropbox.com/1/oauth2/authorize?client_id=stgpc2qpkvcnlmj&response_type=code"

What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions