Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
dkhizhniakov
6 years agoExplorer | Level 4
PathRootErrorException received on listFolder
Hi,
I'm working with Dropbox Java SDK for ARES Kudo (kudo.graebert.com) and we're facing weird exceptions sometimes from some of our users. The exception is com.dropbox.core.PathRootErrorExcept...
- 6 years ago
Thanks for the following up with this additional information. An 'invalid_root' error like this means:
The root namespace id in Dropbox-API-Path-Root header is not valid. The value of this error is user's latest root info.
That is, you're sending the wrong value up in withPathRoot. Note that a user's root namespace ID can change over time, e.g., due to team changes. You can find more information on this in the Team Files Guide and Root Header Modes Guide.
You should have your app catch these automatically change the root used for the user accordingly. You can get the new root information directly from this error, or by checking the user's root information again like you would have originally.
Greg-DB
Dropbox Community Moderator
6 years agoThanks for the following up with this additional information. An 'invalid_root' error like this means:
The root namespace id in Dropbox-API-Path-Root header is not valid. The value of this error is user's latest root info.
That is, you're sending the wrong value up in withPathRoot. Note that a user's root namespace ID can change over time, e.g., due to team changes. You can find more information on this in the Team Files Guide and Root Header Modes Guide.
You should have your app catch these automatically change the root used for the user accordingly. You can get the new root information directly from this error, or by checking the user's root information again like you would have originally.
dkhizhniakov
6 years agoExplorer | Level 4
Great! Thanks, I'll give it a try and will report in couple weeks if we see this issue once again.
About Dropbox API Support & Feedback
Find help with the Dropbox API from 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!