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_space/",
"error": {".tag": "path", "reason": {".tag": "insufficient_space"},
...
}
Tried with two different dropbox user accounts and checked that there were no shared files eating into the storage space. What else could cause this?