Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
TedDC
3 years agoExplorer | Level 3
shared_link_access_denied error with get_shared_link_file and new "/scl" link with file password
Hi, I'm trying to download a file protected by password using get_shared_link_file with the new formatted "/scl" shared links but this still results in a shared_link_access_denied response. L...
Greg-DB
Dropbox Community Moderator
3 years agoThanks! Can you double check this sample is for a 'shared_link_access_denied' error though? This sample has a 401 status code, but errors like 'shared_link_access_denied' would be expected to have a 409 status code. A 401 indicates an authorization issue, like an invalid or expired access token, for example. In any case, you should check the response body for the error message to see the cause.
TedDC
3 years agoExplorer | Level 3
Sorry, I got the header wrong in my previous post because I tried multiple solutions. Here is the good one :
HTTP 409 Conflict
Content-Type: application/json
Content-Security-Policy: sandbox allow-forms allow-scripts
Server: envoy
Accept-Encoding: identity,gzip
Cache-Control: no-cache
Date: Fri, 21 Jul 2023 18:51:52 GMT
X-Robots-Tag: noindex, nofollow, noimageindex
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Length: 98
X-Dropbox-Response-Origin: far_remote
X-Dropbox-Request-Id: 4cbdabcd9ff14e8ca6675a62d6023936
X-Content-Type-Options: nosniff
Body :
{
"error_summary": "shared_link_access_denied/...",
"error": {
".tag": "shared_link_access_denied"
}
}
- Greg-DB3 years ago
Dropbox Community Moderator
Thanks, that's helpful. Please try again but using an access token for an app with the "full Dropbox" access type instead of "app folder". There's currently a bug that can cause this error on this endpoint when calling with an access token for an app folder app.
- TedDC3 years agoExplorer | Level 3
Thanks Greg, it seems to work that way.
- Greg-DB2 years ago
Dropbox Community Moderator
Update: the /2/sharing/get_shared_link_metadata and /2/sharing/get_shared_link_file endpoints (and corresponding methods in the SDKs) should now work when using an access token for an app with the app folder access type.
About Discuss Dropbox Developer & API
Make connections with other developers
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!