We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
rossmeissl
8 years agoNew member | Level 2
Paper API: list all docs in a shared folder
I have a folder in my Paper account that has been shared with a few friends. When I use the `docs/list` endpoint, only the docs that I have either created or accessed (depending on the `filter_by` parameter) are listed. What I want to see is a list of all Paper docs contained in my shared folder. For example, a doc that my friend created that I have never accessed. Is this possible?
11 Replies
- Greg-DB8 years ago
Dropbox Community Moderator
No, I'm afraid there isn't a way to list all documents, including those that you have neither accessed nor created, via the Paper API, but I'll pass this along as a feature request. - nahtnam7 years agoExplorer | Level 4
Any update on this?
- Greg-DB7 years ago
Dropbox Community Moderator
nahtnam No, I'm afraid I don't have any news on this feature request.
- nahtnam7 years agoExplorer | Level 4
Okay, no problem. It is possible to get this information by making several API calls but im afraid ill quickly hit the API limits.
- Greg-DB7 years ago
Dropbox Community Moderator
nahtnam The rate limiting system is somewhat generous, so you generally don't have to worry about that. Even if you do hit the limit, the lockout period is usually just on the scale of minutes. (If you do get a 429 or 503 error, the Retry-After header in the response to see how long to wait.)
- rossmeissl7 years agoNew member | Level 2
nahtnamHow is it possible?
- nahtnam7 years agoExplorer | Level 4
rossmeissl The best way I found to do it is to call this first: https://dropbox.github.io/dropbox-api-v2-explorer/#paper_docs/list and then for each file call this: https://dropbox.github.io/dropbox-api-v2-explorer/#paper_docs/get_folder_info and see if it is in the correct folder.
- hgkshin7 years agoNew member | Level 2
Greg-DB +1 for this feature :) It looks like the APIs above for paper_docs/list still requires us to have accessed the file before it shows up?
E.g. User A shares a file C with User B. Using the API on User B will not show file C until User B opens file C.
- Greg-DB7 years ago
Dropbox Community Moderator
hgkshin That's correct, there hasn't been any change to this I'm afraid. I'll add your feedback to this feature request.
- csingh-stripe4 years agoNew member | Level 2
Hi, has there been any update here?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,034 PostsLatest Activity: 4 hours ago
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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!