cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
We are making some updates so the Community might be down for a few hours on Monday the 11th of November. Apologies for the inconvenience and thank you for your patience. You can find out more 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: 

Re: Can we list only paper , paper template, files or shortcut at a time

Can we list only paper , paper template, files or shortcut at a time

sagar_lonkar
Explorer | Level 4

Using Dropbox SDK , we can all list all files & folders using following API


client.files().listFolderBuilder("").withRecursive(true)
.withLimit((long) limit).withIncludeHasExplicitSharedMembers(true)
.withIncludeMountedFolders(false).start()

Is there any API by which we can only list paper files or paper template file?

1 Reply 1

iNeil
Dropbox Engineer

Hi @sagar_lonkar ,

Unfortunately, we don’t have a Dropbox API endpoint that can exclusively list all Paper files or Paper template files but I'll shall pass this along as a feature request.



If you like to list all Paper files, you will need to use the 2/files/list_folder endpoint and filter the list for Paper files on your side.

For further information, please review the following link: Paper Migration Guide.

Need more support?