mirror of
https://github.com/TeamNewPipe/NoNonsense-FilePicker
synced 2024-11-08 05:17:10 -05:00
5fa9ea2060
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.
12 lines
429 B
Markdown
12 lines
429 B
Markdown
# 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 |