Hi, I'm trying to build a JAVA app on Android studio, and I want to upload a file to Dropbox.
However, when linking my account, it crashes. 
I have put my right token.
The error happen on this line :
FullAccount account = client.users().getCurrentAccount();
I have followed the exact same official tutorial on github, so I don't know why it crashes.
Here is the error log :
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.testdropbox, PID: 24166
android.os.NetworkOnMainThreadException
edit : I added the code into a Async task, and it's fixed