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 folder.
But my actual use case is to find files in a folder for which the user will have a shared link. The folder is quite large, and I don't want the users to have to add it to their dropbox as a mounted share. Is it possible to pass a shared folder link to an endpoint like search_v2? Or is there another way that I can locate and read the files that I need from a shared folder link without mounting it?
Thanks for any advice you can provide.