Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Got the following error message from Dropbox when Downloading the rar files:
{"error_summary": "path/restricted_content/.", "error": {".tag": "path", "path": {".tag": "restricted_content"}}}
The path/restricted_content error is expected from /2/files/download for files with restricted content, per the documentation:
https://www.dropbox.com/developers/documentation/http/documentation#files-download
If you believe you have files that have been incorrectly flagged, please contact support.
Hi Greg,
POST "https://content.dropboxapi.com/2/files/download"
Dropbox-API-Arg: {"path":"/virtualbox/ab.rar"}
Response:
Status: 409 path/restricted_content/
Body:
{
"error_summary": "path/restricted_content/",
"error": {
".tag": "path",
"path": {
".tag": "restricted_content"
}
}
}
I can not create a shared link to this file, ab.rar.
This is an empty RAR file, created by WinRAR.
Type `od -x ab.rar`
Output:
0000000 6152 2172 071a cf00 7390 0000 000d 0000
0000020 0000 0000
0000024
I'm afraid I can't help with potentially incorrectly flagged files, so if you believe you have files that have been incorrectly flagged, please contact support.
not dwnlod rar file dropbox
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
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!