I'm given a shared folder with the shared link information. Bare in mind, this folder is also public for anyone to view. I am specifically trying to see if shared link method works. I am also using Dropbox API v2.
Through the GUI I entered the shared link password, gained access to the shared folder, accessed the shared files, and downloaded them. I also don't need an account to do this.
However, when using the API /get_shared_link_metadata and /get_shared_link_file I get the "access_denied" for both API calls.
url, path, link_password are all correct and I made sure of it.
I even tested different parameter values just to make sure.
I also tried to programmatically implement it but get the same issue.
Is this perhaps due to a permissions settings on the person sharing the folder/files?