Curious about A, B, C, and D drives? Learn what they mean and how to use them effectively with Dropbox in this handy guide! - check it out now!

Forum Discussion

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

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.