Hello,
I am trying to download a file and I always get "HTTP/1.1 400 Bad Request"
I am using in embedded app with wifi.
I did send the follows in buffer
"POST /2/files/download HTTP/1.1\r\n"
"Host: content.dropboxapi.com\r\n"
"Authorization: Bearer <my auth>\r\n"
"Dropbox-API-Arg: {\"path\": \"/FW_Upgrate.bin\"}\r\n"
"Content-Type: application/json\r\n"
"Content-Length: 0\r\n\r\n"
thanks,
Nisim