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...
- 4 years ago
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.
psray47
New 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-DB
4 years agoDropbox 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.
- psray474 years agoNew member | Level 2
Thank you very much Greg. Adding the ipaddress and the port number with authorization in the console worked.
About Discuss Dropbox Developer & API
Make connections with other developers797 PostsLatest Activity: 11 hours 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!