Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

dropbox login page shows for a few seconds and then closed #12

Open
chicly opened this issue Aug 20, 2019 · 0 comments
Open

dropbox login page shows for a few seconds and then closed #12

chicly opened this issue Aug 20, 2019 · 0 comments

Comments

@chicly
Copy link

chicly commented Aug 20, 2019

var login = new DropboxLogin
(
clientId: "kzcgsmbxkxuyur2",
clientSecret: "6hu0cm96r18r4ct",
returnUrl: "https://localhost/authorize",
autoLogout: true,
loadUserInfo: false
)
{ Owner = this };
login.ShowDialog();

    if (login.IsSuccessfully)
    {
        MessageBox.Show(login.AccessToken.Value);
    }
    else
    {
        MessageBox.Show("Error............");
        this.Close();
    }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant