<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PathRootErrorException received on listFolder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/471385#M23977</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;wanted to share that we don't see any more issues like this one. Thank you for help!&lt;/P&gt;</description>
    <pubDate>Thu, 19 Nov 2020 10:28:50 GMT</pubDate>
    <dc:creator>dkhizhniakov</dc:creator>
    <dc:date>2020-11-19T10:28:50Z</dc:date>
    <item>
      <title>PathRootErrorException received on listFolder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/456839#M23547</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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&amp;nbsp;&lt;SPAN&gt;com.dropbox.core.PathRootErrorException in response to listFolder("") call (list "root" content)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I've tried to find out the reason, but wasn't able to. I don't get any messages except the exception. It's rarely reproducible - around 2-3 times in 2 weeks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any ideas what it can be?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:56:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/456839#M23547</guid>
      <dc:creator>dkhizhniakov</dc:creator>
      <dc:date>2020-09-28T11:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: PathRootErrorException received on listFolder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/456990#M23557</link>
      <description>&lt;P&gt;You should be able to get a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/common/PathRootError.html" target="_self"&gt;PathRootError&lt;/A&gt; with more error information via&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/PathRootErrorException.html#getPathRootError--" target="_self"&gt;PathRootErrorException.getPathRootError&lt;/A&gt;. Can you try implementing that in your error handling to get some more information on the issue?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:58:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/456990#M23557</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-28T17:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: PathRootErrorException received on listFolder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/457142#M23561</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for fast response! I've added logging for information from getPathRootError.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As I don't know stable way to reproduce - I'll check logs next week to see if there are any additional info and will post it here.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:26:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/457142#M23561</guid>
      <dc:creator>dkhizhniakov</dc:creator>
      <dc:date>2020-09-29T07:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: PathRootErrorException received on listFolder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/462517#M23697</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've checked - there are 4 occurences from the last 2 weeks. All from the same account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the output from getPathRootError:&lt;/P&gt;&lt;PRE&gt;{".tag":"invalid_root","invalid_root":{".tag":"team","root_namespace_id":"5720228768","home_namespace_id":"2871343088","home_path":"/Tom Holt"}}&lt;/PRE&gt;&lt;P&gt;Any ideas? Does it have something to do with team folders?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;Can you help?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 07:35:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/462517#M23697</guid>
      <dc:creator>dkhizhniakov</dc:creator>
      <dc:date>2020-10-19T07:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: PathRootErrorException received on listFolder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/462671#M23698</link>
      <description>&lt;P&gt;Thanks for the following up with this additional information. &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/common/PathRootError.html#getInvalidRootValue--" target="_blank"&gt;An 'invalid_root' error like this&lt;/A&gt; means:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;The root namespace id in Dropbox-API-Path-Root header is not valid. The value of this error is user's latest root info.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That is, you're sending the wrong value up in&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.1.x/com/dropbox/core/v2/DbxClientV2.html#withPathRoot-com.dropbox.core.v2.common.PathRoot-" target="_self"&gt;withPathRoot&lt;/A&gt;. 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 &lt;A href="https://www.dropbox.com/lp/developers/reference/dbx-team-files-guide" target="_blank"&gt;Team Files Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/reference/path-root-header-modes#root" target="_blank"&gt;Root Header Modes Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 14:35:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/462671#M23698</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-10-19T14:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: PathRootErrorException received on listFolder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/462681#M23699</link>
      <description>&lt;P&gt;Great! Thanks, I'll give it a try and will report in couple weeks if we see this issue once again.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 14:53:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/462681#M23699</guid>
      <dc:creator>dkhizhniakov</dc:creator>
      <dc:date>2020-10-19T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: PathRootErrorException received on listFolder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/471385#M23977</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;wanted to share that we don't see any more issues like this one. Thank you for help!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 10:28:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/PathRootErrorException-received-on-listFolder/m-p/471385#M23977</guid>
      <dc:creator>dkhizhniakov</dc:creator>
      <dc:date>2020-11-19T10:28:50Z</dc:date>
    </item>
  </channel>
</rss>

