cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
We're looking to hear about your experience when using Dropbox in a web browser. What parts of Dropbox feels very slow to you and takes a lot of time to get done? What are you trying to do in the Dropbox web browser when you experience slowness? Tell us right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Reply and help

Re: listfolder function

listfolder function

AustinJ1
Explorer | Level 3

I am using java and am trying to list all the folders and include the property groups as talked about here inorder to reduce api calls. However when I look at the builder here there is no option to do this. Is this part of the java sdk or am I going to have to make http calls in order to do this

4 Replies 4

Re: listfolder function

Greg-DB
Dropboxer
The file properties functionality was only recently added to the list_folder API endpoint, and that hasn't yet been implemented in the Java SDK. That should be available in the next Java SDK release, but I don't have a timeline for that right now.

Re: listfolder function

deFreitas
New member | Level 2

@austin So a think you can write a http client for this specific api?

Re: listfolder function

AustinJ1
Explorer | Level 3

I did

Re: listfolder function

Greg-DB
Dropboxer

The file properties functionality is now available in the latest version of the Java SDK (currently v3.0.6), e.g., as ListFolderBuilder.withIncludePropertyGroups.

Need more support?