<?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: How to get actual Version(revision) number of file containing multiple versions? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-actual-Version-revision-number-of-file-containing/m-p/148432#M4862</link>
    <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/34415945/how-to-get-actual-versionrevision-number-of-file-containing-multiple-versions" rel="nofollow noreferrer"&gt;https://stackoverflow.com/questions/34415945/how-to-get-actual-versionrevision-number-of-file-containing-multiple-versions&lt;/A&gt; ]&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2015 01:37:22 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-12-23T01:37:22Z</dc:date>
    <item>
      <title>How to get actual Version(revision) number of file containing multiple versions?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-actual-Version-revision-number-of-file-containing/m-p/148431#M4861</link>
      <description>&lt;P&gt;I have used &lt;STRONG&gt;"/revisions"&lt;/STRONG&gt; to get the all version of file.But I am not&amp;nbsp;getting&amp;nbsp;actual versions of file by&amp;nbsp;sequentially&amp;nbsp;(getting it randomly like 1,4,11,15)&lt;/P&gt;
&lt;P&gt;Please see the below response of file&amp;nbsp;containing 2 version.&lt;/P&gt;
&lt;P&gt;For this I expecting &amp;nbsp;1,2&lt;/P&gt;
&lt;PRE class="literal-block"&gt;[
    {
        "revision": 4,
        "rev": "40000000d",
        "thumb_exists": false,
        "bytes": 0,
        "modified": "Wed, 20 Jul 2011 22:41:09 +0000",
        "path": "/hi2",
        "is_dir": false,
        "icon": "page_white",
        "root": "app_folder",
        "mime_type": "application/octet-stream",
        "size": "0 bytes"
    },
    {
        "revision": 1,
        "rev": "10000000d",
        "thumb_exists": false,
        "bytes": 3,
        "modified": "Wed, 20 Jul 2011 22:40:43 +0000",
        "path": "/hi2",
        "is_dir": false,
        "icon": "page_white",
        "root": "app_folder",
        "mime_type": "application/octet-stream",
        "size": "3 bytes"
    }
]&lt;BR /&gt;&lt;BR /&gt;Here is my sample code:&lt;BR /&gt;&lt;BR /&gt; OAuthUtility.GetAsync&lt;BR /&gt; (&lt;BR /&gt; "https://api.dropboxapi.com/1/revisions/auto/",&lt;BR /&gt; new HttpParameterCollection&lt;BR /&gt; {&lt;BR /&gt; { "path", this.CurrentPath },&lt;BR /&gt; { "access_token",accessToken },&lt;BR /&gt; { "rev_limit", 1000 }&lt;BR /&gt; },&lt;BR /&gt; callback: GetFilesRevisions_Results&lt;BR /&gt; );&lt;BR /&gt;&lt;BR /&gt;Can you please help me ?&lt;BR /&gt;Thanks in advance!&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:37:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-actual-Version-revision-number-of-file-containing/m-p/148431#M4861</guid>
      <dc:creator>Dipak pote</dc:creator>
      <dc:date>2019-05-29T09:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get actual Version(revision) number of file containing multiple versions?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-actual-Version-revision-number-of-file-containing/m-p/148432#M4862</link>
      <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/34415945/how-to-get-actual-versionrevision-number-of-file-containing-multiple-versions" rel="nofollow noreferrer"&gt;https://stackoverflow.com/questions/34415945/how-to-get-actual-versionrevision-number-of-file-containing-multiple-versions&lt;/A&gt; ]&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 01:37:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-actual-Version-revision-number-of-file-containing/m-p/148432#M4862</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-23T01:37:22Z</dc:date>
    </item>
  </channel>
</rss>

