We develop an Android application with Dropbox integration on a dedicated Android device, which is running on a 5.1 Stock Android OS without Google API support.
We already implemented a solution to support the Dropbox authentication (and the file upload) via Android Webview, but we realized that the sign in process isn't working since ~September (we supposed there was some modification on the login page and that causes the problem).
When we push the login button an error message appears: "There was a problem completing this request".
We read on this forum that the authentication with an embedded browser is not recommended, so we modified our Dropbox integration to use your java SDK v2, but the login process still runs into an error - the Sign in button seems to be inactive and nothing happens when trying to click.
We think the issue is related to the Google api support. In the android ADV Manager we can build an emulator with and without Google api. In the first case your Android example app works properly (and our solution also), but in the second case the problem occurs on the emulator as well (and therefore it is easy to reproduce the problem).
Do you have any suggestion? Isn't there any solution which does not require Google API support?