We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Gary_Boxer
5 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...
- 5 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 Staff
Dropbox 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_Boxer
5 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.
- Lukag4 months 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.
5,877 PostsLatest Activity: 12 months 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!