Hi there,
I would like to download a file on a shared link. The file(s) are not password protected. So when i'm using the browser I'm able to download the file without logging in.
- I'm using these REST api: /sharing/get_shared_link_file
- Using a registered app with the correct rights (all access at the moment)
- other calls like /files/list_folder on the public link are working
- checked: https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file if i'm missing something
I'm getting an 409 conflict status code and the body:
{
"error_summary": "shared_link_not_found/.",
"error": {
".tag": "shared_link_not_found"
}
}
When changing the path parameter to a non existance file in the header I'm getting: shared_link_not_found
Anyone know what i'm doing wrong?