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
donaldp
5 years agoCollaborator | Level 9
Sign-in stuck on my laptop - works perfectly on PC
Have downloaded a bunch of code updates to my laptop,which is currently connected to the same router as my PC (so minimal difference in IP address) and when I try to signin my app to Dropbox it is ju...
Greg-DB
5 years agoDropbox Staff
Thanks for the report! Based on your code though, I see that you're running this in a web view, which is not officially supported, per the /oauth2/authorize documentation. (Web views are more prone to issues like this, and are being disallowed by other providers anyway, such as Google, who we support as an sign-in provider for Dropbox.)
That being the case, please switch to using the system browser for the app authorization flow and let me know if you're still seeing any issues there.
- donaldp5 years agoCollaborator | Level 9
Hi Greg,
Ok, but that was how I was taught to do it and is the only way I know. Do you have some sample C#/.NET code for how to do it this other way? I don't see any in the link you gave me, nor any links within that.
thanks,
Donald.
- Greg-DB5 years agoDropbox Staff
Sure, there's more information and sample code in the documentation for DropboxOAuth2Helper in the .NET SDK.
- donaldp5 years agoCollaborator | Level 9
"A HttpListener is created to listen to the RedirectUri which will later receive redirect callback from the server. Start() is called to launch a native browser and navigate user to the authorize URI".
Hmmm, I remember now trying to do this back in the beginning (because it was in your .NET code) and never succeeded in getting it working. Will have another look at it though. Thanks.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,915 PostsLatest Activity: 2 days agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!