i tested this code but it not work
sToken est une chaîne UNICODE = "my token"
sUrl est une chaîne UNICODE = "https://api-content.dropbox.com:443/2/files/download"
sAgent est une chaîne UNICODE = "API-explorer-client"
sType est une chaîne UNICODE = "application/json"
smylink = "my link in dropbox space"
sAutho est une chaîne UNICODE = "Authorization: Bearer " + sToken + RC +"{""path"":""download""}"
sDestination est une chaine = "my file in private space"
HTTPDestination(sDestination)
res est un booléen=HTTPRequête(sUrl,sAgent,sAutho,smylink ,sType)
i got in file :
Error in call to API function "files/download": The request body is supposed to be empty, but it isn't; got "h\x00t\x00t\x00p\x00s\x00:\x00/\x00/\x00d\x00l\x00.\x00d\x00r\x00o\x00p\x00b\x00o\x00x\x00u\x00s\x00e\x00r\x00c\x00o\x00n\x00t\x00e\x00n\x00t\x00.\x00c\x00o\x00m\x00/\x001\x00/\x00v\x00i\x00e\x00w\x00/\x00v\x00z\x00q\x00s\x001\x00j\x00b\x00w\x006\x00"