dropbox-sdk-java
dropbox-sdk-java copied to clipboard
Android tokenRequest.execute().get() block the UI thread in AuthActivity
Log in to dropbox in browser and auto back to our app, then a few seconds of black screen displayed.
See the logs: Token Request Failed: failed to connect to api.dropboxapi.com/128.242.240.244 (port 443) from /10.4.1.82 (port 38908) after 20000ms
Relevant code.: https://github.com/dropbox/dropbox-sdk-java/blob/22fe258713caf1c84cc4193a635ef14ae32f0840/android/src/main/java/com/dropbox/core/android/AuthActivity.kt#L216
Thanks for the report! I'll ask the team to fix that up.