data = {
"path": "/baby dream/Cris Rodriguez/10yrsZ.tif"
}
r = requests.post(url, headers=headers, data=json.dumps(data))
print(r.text)
I am getting this error text: 400
Error in call to API function "sharing/get_shared_link_metadata":
This function requires its argument in the HTTP request body, but your request body is empty.
This is the default code provided by Dropbox which I am trying to implement but to no avail.
I've done my research to no avail. Need help desperately.
I am using VS Code as my editor, Windows 10 latest version, Python 3.10.10