The official Dropbox Android client fails with
Caused by com.dropbox.client2.exception.DropboxServerException
at com.dropbox.client2.RESTUtility.parseAsJSON(RESTUtility.java:265)
at com.dropbox.client2.RESTUtility.execute(RESTUtility.java:415)
at com.dropbox.client2.RESTUtility.execute(RESTUtility.java:339)
at com.dropbox.client2.RESTUtility.streamRequest(RESTUtility.java:194)
at com.dropbox.client2.RESTUtility.request(RESTUtility.java:124)
at com.dropbox.client2.DropboxAPI.metadata(DropboxAPI.java:1919)
With DropboxServerException (nginx): 400 Bad Request (v1_retired)
Awesome: client2 apparently uses API v1. So, where can I obtain a new Android client which uses v2? The https://github.com/gini/dropbox-java-sdk/tree/master/src/main/java/com/dropbox/client2 repo does not contain Android-specific bits.
Googling for Dropbox Core Android only finds the old v1 API: https://www.dropbox.com/developers-v1/core/start/android