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
psray47
4 years agoNew member | Level 2
SimpleTest waits on GetContextAsync() call
I am attempting to retrieve the access token via the Dropbox SDK and I am using the SimpleTest program. The browser keeps going to an error page after log in and the progress in HandleOAuth2Redirect never gets past the call to http.GetContextAsync(). Any ideas what I am missing?
Note the error is a 'This site can't be reached The connection was reset' page. The url appears to contain a valid access_token and other valid data but I am not able to collect it programmatically because the listener does not seem to respond?
Thanks! The LoopbackHost in the sample code as provided is "http://127.0.0.1:52475/", not "https://localhost/", so it does sound like that was a change you made.
I would not expect "https://localhost/" to work, as you wouldn't normally have an SSL/TLS certificate for localhost. Please trying switching that back to the original value and try again.
- Greg-DBDropbox Staff
We'll be happy to take a look at this, but we could use some more information. Can you let me know:
- What version number of the SDK are you using?
- Have you made any modifications to the SimpleTest example?
- Do you get any error or output in the console in Visual Studio?
- What's the full URL of the page with the "This site can't be reached" error? (Be sure to redact any access token though.)
Thanks!
- psray47New member | Level 2
Thanks for the quick response. The version is 6.1.0 though it is the same in 4.9.
I have made no modifications other than to include my ApiKey value over the xxxxx in the ApiKey assignment and set the LoopbackHost to "https://localhost/" (not sure if that was a change).
Only outputs are typical symbols loaded messages. No other errors.
URL: https://localhost/authorize#uid=2043413648&access_token=xxxxx&token_type=bearer&state=01e0755450044ccc86972ed65edbbc7f&scope=account_info.read+account_info.write+files.content.read+files.content.write+files.metadata.read+files.metadata.write&account_id=dbid%3AAABY27bg64bgzUqQ4xF8XUoxciuqDZAeIdI
- Greg-DBDropbox Staff
Thanks! The LoopbackHost in the sample code as provided is "http://127.0.0.1:52475/", not "https://localhost/", so it does sound like that was a change you made.
I would not expect "https://localhost/" to work, as you wouldn't normally have an SSL/TLS certificate for localhost. Please trying switching that back to the original value and try again.
About Discuss Dropbox Developer & API
Make connections with other developers797 PostsLatest Activity: 7 days ago
If 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!