Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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?
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.
Hi there!
If you need more help you can view your support options (expected response time for a 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!