We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
tpretori
6 years agoNew member | Level 2
/get request ".tag": "not_found" when using an id returned from /files/search_v2
Hi there,
I used the https://api.dropboxapi.com/2/files/search_v2 request to search for a file and obtain its id.
However, when I then use this same file id in the https://api.dropboxapi.com/2/file_requests/get request it returns the error
".tag": "not_found".
Does anyone know what the issue is here?
1 Reply
- Greg-DB6 years ago
Dropbox Community Moderator
The /2/file_requests/get endpoint is for retrieving the information about a 'file request', not a file itself. (A "file request" is a way to receive files from other people.)
To get the data for a particular file, you should instead call /2/files/download.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 2 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!