You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
sagar_lonkar
8 months agoExplorer | Level 4
Can we list only paper , paper template, files or shortcut at a time
Using Dropbox SDK , we can all list all files & folders using following API
client.files().listFolderBuilder("").withRecursive(true) .withLimit((long) limit).withIncludeHasExplicitSharedMembers(...
iNeil
8 months agoDropbox 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.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,888 PostsLatest Activity: 2 minutes agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!