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'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.