<?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 Error occurred while downloading revision content. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-occurred-while-downloading-revision-content/m-p/394273#M21716</link>
    <description>&lt;P&gt;Hello. Could you please help me. I want to download content of all document revisions. For example&lt;BR /&gt;1. I got file metadata&lt;BR /&gt;2. I got all revisions (3 revisions)&lt;BR /&gt;3. I got the error (path not found) when i trying download content of document that is not last version.&lt;/P&gt;
&lt;P&gt;You can see in vebsite part that document has lost all it revision after unsharing of the folder. But API method ListRevisionsAsync returns them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_6.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/13660i01F6B2C4D130C8F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_6.png" alt="Screenshot_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2020 13:34:10 GMT</pubDate>
    <dc:creator>NemiroViktor</dc:creator>
    <dc:date>2020-02-03T13:34:10Z</dc:date>
    <item>
      <title>Error occurred while downloading revision content.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-occurred-while-downloading-revision-content/m-p/394273#M21716</link>
      <description>&lt;P&gt;Hello. Could you please help me. I want to download content of all document revisions. For example&lt;BR /&gt;1. I got file metadata&lt;BR /&gt;2. I got all revisions (3 revisions)&lt;BR /&gt;3. I got the error (path not found) when i trying download content of document that is not last version.&lt;/P&gt;
&lt;P&gt;You can see in vebsite part that document has lost all it revision after unsharing of the folder. But API method ListRevisionsAsync returns them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_6.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/13660i01F6B2C4D130C8F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_6.png" alt="Screenshot_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 13:34:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-occurred-while-downloading-revision-content/m-p/394273#M21716</guid>
      <dc:creator>NemiroViktor</dc:creator>
      <dc:date>2020-02-03T13:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error occurred while downloading revision content.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-occurred-while-downloading-revision-content/m-p/394375#M21724</link>
      <description>&lt;P&gt;Since the shared folder was unshared, the account can no longer access the file data from the previous revisions, which only existed in the context of that shared folder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;ListRevisions method does confusingly return those old revisions though, so I'll ask the team to see if we can improve or clarify this behavior and/or documentation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use ListRevisionsMode.Path those old revisions shouldn't be returned though, like on the web site.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 17:00:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-occurred-while-downloading-revision-content/m-p/394375#M21724</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-02-03T17:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error occurred while downloading revision content.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-occurred-while-downloading-revision-content/m-p/394571#M21727</link>
      <description>&lt;P&gt;It is correct for me that API returns all revisions, because i get the memberAccountId of user who created the document from the last revision (property: AsFile.SharingInfo.ModifiedBy). I will lose the author if user unshare the folder and API will return only last revision.&lt;BR /&gt;&lt;BR /&gt;I'm interested why i can not download the previous versions? I always was the owner of the folder and every time has full access for all revisions.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 11:17:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-occurred-while-downloading-revision-content/m-p/394571#M21727</guid>
      <dc:creator>NemiroViktor</dc:creator>
      <dc:date>2020-02-04T11:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error occurred while downloading revision content.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-occurred-while-downloading-revision-content/m-p/394634#M21730</link>
      <description>&lt;P&gt;Thanks for the feedback! The previous revisions only exist within the namespace for the shared folder. When you unshare a shared folder, you essentially destroy that namespace, so its old contents are no longer accessible.&lt;/P&gt;
&lt;P&gt;I've sent this along to the team to see if we can change this, but I can't make any promises. I'll follow up here with any updates on this.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 16:21:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-occurred-while-downloading-revision-content/m-p/394634#M21730</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-02-04T16:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error occurred while downloading revision content.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-occurred-while-downloading-revision-content/m-p/394848#M21736</link>
      <description>&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 07:41:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-occurred-while-downloading-revision-content/m-p/394848#M21736</guid>
      <dc:creator>NemiroViktor</dc:creator>
      <dc:date>2020-02-05T07:41:10Z</dc:date>
    </item>
  </channel>
</rss>

