I'm not very impressed by the Dropbox v1 Deprecation Guide, as it seems to expect us to be experts on Dropbox rather than developers of actual functionality that learned just enough about Dropbox to get it working.
So is there a setting somewhere that will allow me to test against a v2-only environment? i.e. can I set my account to only allow v2 right now, see if it all works, and then reset to v1 to work out the kinks?
Part of my challenge is that the v1 deprecation focuses on REST endpoints. I don't us any REST endpoints. Not a single one. I used Dropbox Core API, in Android. But the Endpoint v1 -> v2 Mapping only lists REST endpoints.
Does this mean that the Core API itself is completely gone and I must migrate to a REST API entirely? And where do I download the Android library files from?