<?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: Dropbox Paper API in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/531885#M2008</link>
    <description>&lt;P&gt;My request looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;curl --location --request POST &lt;/SPAN&gt;&lt;SPAN&gt;'&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;/SPAN&gt;&lt;SPAN&gt; \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;--header &lt;/SPAN&gt;&lt;SPAN&gt;'Authorization: Bearer ***'&lt;/SPAN&gt;&lt;SPAN&gt; \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;--header &lt;/SPAN&gt;&lt;SPAN&gt;'Content-Type: application/json'&lt;/SPAN&gt;&lt;SPAN&gt; \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;--data-raw &lt;/SPAN&gt;&lt;SPAN&gt;'{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"doc_id"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"uaSvRuxvnkFa12PTkBv5q"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I checked your&amp;nbsp;Paper Migration Guide but in this article no information about the endpoint that I use. I use this doc:&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/paper-api-alpha" target="_blank"&gt;https://www.dropbox.com/developers/paper-api-alpha&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Can you check it and tell me where I can find doc_id for this endpoint?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 09 Jul 2021 08:00:28 GMT</pubDate>
    <dc:creator>dmytromaliuta</dc:creator>
    <dc:date>2021-07-09T08:00:28Z</dc:date>
    <item>
      <title>Dropbox Paper API</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/530716#M1995</link>
      <description>&lt;P&gt;Hello, I worked with your&amp;nbsp;Dropbox Paper API and I have one question. Where I can get "doc_id" in endpoint "/docs/get_metadata"? I tried to find it and call the API method but in all cases, I get an error. Can you help me to find doc_id for my document?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 14:56:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/530716#M1995</guid>
      <dc:creator>dmytromaliuta</dc:creator>
      <dc:date>2021-07-07T14:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Paper API</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/531037#M1999</link>
      <description>&lt;P&gt;Exactly how you interact with Paper docs via the API for any particular account will depend on what version of Paper that account is configured to use. Please refer to &lt;A href="https://developers.dropbox.com/paper-migration-guide" target="_self"&gt;the Paper Migration Guide&lt;/A&gt; for information on the two versions and what endpoints you should use for each.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you've done so, if you're still having any trouble with the API, please let me know what version your account is using, and share the API request and response for the error you're getting so I can tell a look and help. Please be sure to redact your access token though.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 16:03:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/531037#M1999</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-07-05T16:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Paper API</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/531885#M2008</link>
      <description>&lt;P&gt;My request looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;curl --location --request POST &lt;/SPAN&gt;&lt;SPAN&gt;'&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;/SPAN&gt;&lt;SPAN&gt; \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;--header &lt;/SPAN&gt;&lt;SPAN&gt;'Authorization: Bearer ***'&lt;/SPAN&gt;&lt;SPAN&gt; \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;--header &lt;/SPAN&gt;&lt;SPAN&gt;'Content-Type: application/json'&lt;/SPAN&gt;&lt;SPAN&gt; \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;--data-raw &lt;/SPAN&gt;&lt;SPAN&gt;'{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"doc_id"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"uaSvRuxvnkFa12PTkBv5q"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I checked your&amp;nbsp;Paper Migration Guide but in this article no information about the endpoint that I use. I use this doc:&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/paper-api-alpha" target="_blank"&gt;https://www.dropbox.com/developers/paper-api-alpha&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Can you check it and tell me where I can find doc_id for this endpoint?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Jul 2021 08:00:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/531885#M2008</guid>
      <dc:creator>dmytromaliuta</dc:creator>
      <dc:date>2021-07-09T08:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Paper API</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/531969#M2010</link>
      <description>&lt;P&gt;That endpoint is meant for use with legacy Paper docs (i.e., the old version, where Paper docs are not part of the Dropbox filesystem). If you are using legacy Paper docs, you can get the list of Paper doc IDs from &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-list" target="_self"&gt;/2/paper/docs/list&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-list-continue" target="_self"&gt;/2/paper/docs/list/continue&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(By the way, note that the alpha endpoint you linked to may change or disappear without notice, and will be retired with the rest of the legacy Paper API as well.)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 16:17:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/531969#M2010</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-07-09T16:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Paper API</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/532427#M2015</link>
      <description>&lt;P&gt;Thanks a lot! Now it works. But I have one more question. Do you have an endpoint that not legacy which retrieves metadata of paper doc? Can you share the link?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 18:18:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/532427#M2015</guid>
      <dc:creator>dmytromaliuta</dc:creator>
      <dc:date>2021-07-12T18:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Paper API</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/532548#M2016</link>
      <description>&lt;P&gt;If a paper document is in the filesystem, it will return in API calls to &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;files/list_folder&lt;/A&gt;. You may get its metadata by path or ID using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_self"&gt;files/get_metadata&lt;/A&gt;.&amp;nbsp; Sharing metadata can be retrieved with&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_file_metadata" target="_self"&gt; sharing/get_file_metadata&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;'Legacy' paper refers to those paper documents stored outside of the filesystem, retrieved with /paper API calls.&amp;nbsp; Which mechanism a user defaults to can be found with &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-features-get_values" target="_self"&gt;features/get_values&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 03:00:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-Paper-API/m-p/532548#M2016</guid>
      <dc:creator>kylea</dc:creator>
      <dc:date>2021-07-13T03:00:19Z</dc:date>
    </item>
  </channel>
</rss>

