Hi all,
I'm needing to 1) search Dropbox for all files containing a string, and then 2) get the URLs for all of the files found.
I've set up a Dropbox API call which searches Dropbox for files containing a certain string using
https://api.dropboxapi.com/2/files/search_v2
So far so good, I'm getting a response with the correct files. However in this response, it lists everything about the files (name, path, last modified date/time etc) except for the URL. Is there any way to somehow extend the data presented in the API response? Or is there something else I need to add in to the request's body to return the URL (some kind of metadata call)?
Any help would be much appreciated!