NoNonsense-FilePicker/sample/README.md
Alex Mitchell 5fa9ea2060 I have updated the Dropbox sample to use the v2 API. v1 can't be used any more and any requests that are made using it fail with an HTTP 400 Bad Request (v1_retired).
I have removed the old Dropbox sdk jar from samples/libs and also deleted the supporting libraries that were required.  The Dropbox sdk is now imported using a Gradle dependency.

Unfortunately, the Dropbox v2 API is large and forced me to enable multiDex.  I have seen people moaning about this to Dropbox on their forum, so hopefully they will do something to shrink the size of the library.
2017-12-18 17:03:58 +00:00

429 B

SD-card picker

The sample app demonstrates the SD-card file chooser in action. No configuration is necessary for that.

Dropbox picker

If you want to try the Dropbox part of the sample, you'll need to get your own app key at https://www.dropbox.com/developers/apps and insert it into DropboxHelper.java and AndroidManifest.xml. See Dropbox for more details on that: https://www.dropbox.com/developers/reference/oauth-guide