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

Gary_Boxer's avatar
Gary_Boxer
Helpful | Level 5
5 years ago

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...
  • Gary_Boxer's avatar
    Gary_Boxer
    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.