2

I have developed the WPF project with OAuth for Dropbox. I have faced some difficulties in the Access token generation process recently (It worked fine, a couple of days earlier).

I have used the Chromium browser for this process. While login with Dropbox account in chromium-browser returns the Blank URL instead of the Redirect URL with Access token.

Url: https://www.dropbox.com/oauth2/authorize?response_type=token&client_id=abcxxxxxx&redirect_uri=https:...

CefSharp version: 37

Please suggest me to how to proceed furtherly and let me know if any further information required from my end.

6
  • Are you serious when you say your using version 37? That's years out of date. They probably dropped support for old browsers
    – amaitland
    Commented Nov 8, 2018 at 11:49
  • Yes, Due to some project internal reasons, we are still using version 37.
    – Anand
    Commented Nov 8, 2018 at 11:56
  • 1
    [Cross-linking for reference: dropboxforum.com/t5/API-Support-Feedback/… ]
    – Greg
    Commented Nov 8, 2018 at 15:37
  • 1
    Version 37 is just too old, best bet is to upgrade.
    – amaitland
    Commented Nov 9, 2018 at 3:09
  • 1
    Version 67 and the soon to be released version 69 require .Net 4.5.2.
    – amaitland
    Commented Nov 12, 2018 at 11:51

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.