You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Andrii M.'s avatar
Andrii M.
Helpful | Level 5
9 years ago

OAuth2 with IWebBrowser2

Hi. I am doing some app in C++ using IWebBrowser2 for authenticating user. The problem is that this browser component does not allow catching redirects so in the end of the either code or token flow ...
  • Andrii M.'s avatar
    9 years ago

    Hi Stephen. Thank you for response.

    I read about this way but ideally my app would connect to Dropbox without need of user's copy-paste.

    Anyway, I managed to beat the IWebBrowser2 to work with Dropbox OAuth2 flow. Eventually, for some URIs it gives correct address and https://www.dropbox.com/1/oauth2/redirect_receiver appeared to be one of them.