You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
gauravsc
7 years agoExplorer | Level 3
Empty response from /2/file_requests/list
I am trying dropbox api. When i tried to list using
https://api.dropboxapi.com/2/file_requests/list
i get empty response like
{ "file_requests": [ ] }
I tried using api explorer and post...
- 7 years ago
Hey gauravsc,
It looks like you're using the "file_requests/list" endpoint - which will list any File Requests (a Dropbox feature that allows for content ingestion) but not any actual files.
The endpoint you're going to want to hit is files/list_folder:
https://www.dropbox.com/developers/documentation/http/documentation#files-list_folderGive that one a try - good luck!
-Chuck
chirstius
7 years agoDropbox Staff
Hey gauravsc,
It looks like you're using the "file_requests/list" endpoint - which will list any File Requests (a Dropbox feature that allows for content ingestion) but not any actual files.
The endpoint you're going to want to hit is files/list_folder:
https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder
Give that one a try - good luck!
-Chuck
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,888 PostsLatest Activity: 2 days agoIf 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!