Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Gary_Boxer
6 years agoHelpful | Level 5
Error in call to API function "files/list_folder": request body: unknown field 'Path'
I have a sample WinDev code below which login to Dropbox and obtain a Token and try to list the files/folder in the root. ie Path = "".
when it gets to the line "HTTPresponse is httpResponse = HTTP...
- 6 years ago
Thanks, Greg, I have changed the path from "Path" to "path" and it is returning the list of files from the folder. Really appreciate your quick response and spotting the error. Will remember that parameters are case-sensitive.
Greg-DB
Dropbox Community Moderator
6 years agoDropbox API v2 parameter names are case-sensitive. The parameter you're trying to use on /2/files/list_folder is named "path", so you'll need to specify "path" instead of "Path".
- Gary_Boxer6 years agoHelpful | Level 5
Thanks, Greg, I have changed the path from "Path" to "path" and it is returning the list of files from the folder. Really appreciate your quick response and spotting the error. Will remember that parameters are case-sensitive.
- Lukag2 years agoCollaborator | Level 8
Hi Gary_Boxer,
i found this post very interesting because i'd need access to file of dropbox.
I use vb.net in my web application.
Do you know where can i found some example to dim authparameter, use token etc etc ?
Thank you
Luca
About Dropbox API Support & Feedback
Find help with the Dropbox API from 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!