Hello
I want to download a file someone shared with me using the API, meaning get file content in response content same as in "files/download" call.
Unfotunately this call does not work for shared files, saying that "path not found".
Also calling "sharing/get_shared_link_file" fails, saying that "service unavilable".
Please see the following contradition-
here you say downloading the shared ("received") files is done using the "sharing/get_shared_link_file" call:
https://www.dropboxforum.com/t5/API-Support-Feedback/Can-we-download-shared-files-directly-using-Dropbox-API/td-p/258046
but here you say "I unfortunately don't have a solution to offer for downloading these "received" files programmatically":
https://www.dropboxforum.com/t5/API-Support-Feedback/Dropbox-download-api-is-not-working/td-p/323213
What is going on here ?