Hello everyone!
I have developed an API for uploading files and generating links for downloading them. However, I am encountering an issue when trying to obtain a shared link.
The problem is that when I send a request to the '/get_shared_link_file' endpoint, I receive the following error:
Error: ".tag": "missing_scope", "required_scope": "share.write".
Even though I have the 'sharing.write' option selected in the App Console. I am using the kunalvarma05/dropbox-php-sdk and the 'postToAPI()' method to make the request in PHP.
If anyone could assist me with this issue, I would greatly appreciate it.
Thank you,
VÃctor