One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
dev_ninja
2 years agoHelpful | Level 5
Insufficient_space error message even though I have a lot of free space
I have a dropbox app that uploads documents to folders on behalf of users. When I tested it in production,I kept getting an insufficient_space error
{ "error_summary": "path/insufficient_s...
- 2 years ago
Hi @Здравко @Greg-DB , I was using a third party tool and logged the generated request for inspection. Turns out it was trying to upload files to the wrong user. My bad. Problem resolved now
Thanks for the assistance
shsv382
2 months agoNew member | Level 1
Hi! Seems you solved your problem! Which error code did you get with this error?
- Greg-DB2 months ago
Dropbox Staff
shsv382 This issue was referring to getting a "path/insufficient_space" error when uploading a file, such as when calling the /2/files/upload endpoint. That kind of error would be sent with a 409 status code. You can find more information in the "Errors" documentation and Error Handling Guide.
- shsv3822 months agoNew member | Level 1
Thank you for feedback! Unfortunately, there's no description for this error in the documentation, otherwise I wouldn't have asked.
- Greg-DB2 months ago
Dropbox Staff
shsv382 Note that some error types are nested, so you'll need to expand the types to see the full information. To find the information for the "path" errors returned by /2/files/upload in the /2/files/upload documentation, for instance, start by expanding the documentation for "path" under "UploadError" in the /2/files/upload "Errors" section by clicking on its "UploadWriteFailed" type, and then clicking on the "WriteError" type. There you'll see "insufficient_space", among others.
- shsv3822 months agoNew member | Level 1
I will say more: I did not find this error even when searching for "insufficient_space" in the Javascript SDK github-repository
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,953 PostsLatest Activity: 4 months ago
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 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!