<?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 how to know my doc path in dropbox so i can call list_rev API URL in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-know-my-doc-path-in-dropbox-so-i-can-call-list-rev-API/m-p/261645#M15253</link>
    <description>&lt;P&gt;how to know my doc path in dropbox ? so i can call `&lt;A href="https://api.dropboxapi.com/2/files/list_revisions" target="_blank"&gt;https://api.dropboxapi.com/2/files/list_revisions&lt;/A&gt;`&lt;BR /&gt;my json body for the request is :&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "path": "/root/",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "mode": "path",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "limit": 10&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;what i'm trying to do is to list all rev for all doc im my Dropbox , but i'm getting `"error_summary": "path/malformed_path/",`&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:15:55 GMT</pubDate>
    <dc:creator>aaqrabaw</dc:creator>
    <dc:date>2019-05-29T09:15:55Z</dc:date>
    <item>
      <title>how to know my doc path in dropbox so i can call list_rev API URL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-know-my-doc-path-in-dropbox-so-i-can-call-list-rev-API/m-p/261645#M15253</link>
      <description>&lt;P&gt;how to know my doc path in dropbox ? so i can call `&lt;A href="https://api.dropboxapi.com/2/files/list_revisions" target="_blank"&gt;https://api.dropboxapi.com/2/files/list_revisions&lt;/A&gt;`&lt;BR /&gt;my json body for the request is :&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "path": "/root/",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "mode": "path",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "limit": 10&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;what i'm trying to do is to list all rev for all doc im my Dropbox , but i'm getting `"error_summary": "path/malformed_path/",`&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:15:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-know-my-doc-path-in-dropbox-so-i-can-call-list-rev-API/m-p/261645#M15253</guid>
      <dc:creator>aaqrabaw</dc:creator>
      <dc:date>2019-05-29T09:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to know my doc path in dropbox so i can call list_rev API URL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-know-my-doc-path-in-dropbox-so-i-can-call-list-rev-API/m-p/261669#M15256</link>
      <description>&lt;P&gt;i found the solution , i can get paper rev from :&lt;/P&gt;&lt;P&gt;URL :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;URL : &lt;A href="https://api.dropboxapi.com/2/paper/docs/get_metadata" target="_blank"&gt;https://api.dropboxapi.com/2/paper/docs/get_metadata&lt;/A&gt;&lt;BR /&gt;data : {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "doc_id": "&amp;lt;doc id&amp;gt;"&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 18:53:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-know-my-doc-path-in-dropbox-so-i-can-call-list-rev-API/m-p/261669#M15256</guid>
      <dc:creator>aaqrabaw</dc:creator>
      <dc:date>2018-01-21T18:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to know my doc path in dropbox so i can call list_rev API URL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-know-my-doc-path-in-dropbox-so-i-can-call-list-rev-API/m-p/261804#M15267</link>
      <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/48367992/how-to-know-my-doc-path-in-dropbox-so-i-can-call-list-rev-api-url" target="_blank"&gt;https://stackoverflow.com/questions/48367992/how-to-know-my-doc-path-in-dropbox-so-i-can-call-list-rev-api-url&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_revisions" target="_self"&gt;/2/files/list_revisions&lt;/A&gt;&amp;nbsp;endpoint accepts a file path or ID, and returns the file revisions for that specified file. To get the file path/ID, you can get file metadata via a number of other endpoints, e.g., &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;], or &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_self"&gt;/2/files/get_metadata&lt;/A&gt;. You should use the `id` or `path_lower` value from the returned FileMetadata object(s).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, to list every file/folder in the root of the account, you would use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;&lt;SPAN&gt;] with path "" (empty string) to identify the root.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note that files and Paper documents are separate. You can't use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_revisions" target="_self"&gt;/2/files/list_revisions&lt;/A&gt;&amp;nbsp;for Paper documents.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 15:38:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-know-my-doc-path-in-dropbox-so-i-can-call-list-rev-API/m-p/261804#M15267</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-22T15:38:21Z</dc:date>
    </item>
  </channel>
</rss>

