Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Caligari
3 years agoExplorer | Level 3
API search access to shared folder
Hey there,
I'm working on a small utility using the dropbox API.
So far, I've been able to set up an App and used the files/search_v2 endpoint to locate specific files in the scoped app's...
- 3 years ago
The search endpoints don't support searching within a shared link, but you can use /2/files/list_folder[/continue] to list the contents (and filter client-side as needed) as you mentioned, so I suggest trying that to see if it would be sufficient for your use case.
To do so, you would specify the shared link URL in the 'shared_link.url' field. When doing so, the 'path' field would only be needed if you want to list a relative path for a specific subfolder inside the folder for which you're supplying the shared link.
I suggest trying the API v2 Explorer, as it's helpful for building calls like this.
Greg-DB
Dropbox Community Moderator
3 years agoThe search endpoints don't support searching within a shared link, but you can use /2/files/list_folder[/continue] to list the contents (and filter client-side as needed) as you mentioned, so I suggest trying that to see if it would be sufficient for your use case.
To do so, you would specify the shared link URL in the 'shared_link.url' field. When doing so, the 'path' field would only be needed if you want to list a relative path for a specific subfolder inside the folder for which you're supplying the shared link.
I suggest trying the API v2 Explorer, as it's helpful for building calls like this.
Caligari
3 years agoExplorer | Level 3
Thanks for that!
I'll filter the list locally, which should be fine. Just more network traffic 🙂
- Caligari
About Discuss Dropbox Developer & API
Make connections with other developers
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, Facebook or Instagram.
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!