dropbox-sdk-ruby
dropbox-sdk-ruby copied to clipboard
Add list_folder params
List folder receives according to docs:
{
"path": "/Homework/math",
"recursive": false,
"include_media_info": false,
"include_deleted": false,
"include_has_explicit_shared_members": false
}
I'd be able to work on this if you're interested in the PR
@joseramonc My latest PR includes this fix, though no guesses on when this will be processed. Feel free to lean on my version in the meantime?