dropbox / dropbox-sdk-java

A Java library for the Dropbox Core API.
https://www.dropbox.com/developers/documentation/java
MIT License
591 stars 447 forks source link

Android tokenRequest.execute().get() block the UI thread in AuthActivity #528

Open ErickLiang21 opened 5 months ago

ErickLiang21 commented 5 months ago

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

greg-db commented 5 months ago

Thanks for the report! I'll ask the team to fix that up.