<?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 paper document download unspported error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/620390#M28596</link>
    <description>&lt;P&gt;hy&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have paper doc in my dropbox account and when i try to download those documents using&amp;nbsp;dropboxClient.Files.DownloadAsync()&lt;/P&gt;
&lt;P&gt;i am facing error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;System.AggregateException: One or more errors occurred. ---&amp;gt; Dropbox.Api.ApiException`1[Dropbox.Api.Files.DownloadError]: unsupported_file/..&lt;BR /&gt;at Dropbox.Api.DropboxRequestHandler.&amp;lt;Dropbox-Api-Stone-ITransport-SendDownloadRequestAsync&amp;gt;d__15`3.MoveNext()&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)&lt;BR /&gt;at InfinniumDropBoxConsumer.Business.InfinniumDropBoxConsumer.DownloadFile(DocumentDetailFromConnector documentDetail, Boolean dataInsight, DateTime modifiedDate, Int32 retry)&lt;BR /&gt;---&amp;gt; (Inner Exception #0) Dropbox.Api.ApiException`1[Dropbox.Api.Files.DownloadError]: unsupported_file/..&lt;BR /&gt;at Dropbox.Api.DropboxRequestHandler.&amp;lt;Dropbox-Api-Stone-ITransport-SendDownloadRequestAsync&amp;gt;d__15`3.MoveNext(); Request Id: eda9da2f079140abbcf8c81f907debd9&amp;lt;---&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is there a way i can download these documents&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2022 08:23:52 GMT</pubDate>
    <dc:creator>mansi2821</dc:creator>
    <dc:date>2022-09-06T08:23:52Z</dc:date>
    <item>
      <title>paper document download unspported error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/620390#M28596</link>
      <description>&lt;P&gt;hy&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have paper doc in my dropbox account and when i try to download those documents using&amp;nbsp;dropboxClient.Files.DownloadAsync()&lt;/P&gt;
&lt;P&gt;i am facing error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;System.AggregateException: One or more errors occurred. ---&amp;gt; Dropbox.Api.ApiException`1[Dropbox.Api.Files.DownloadError]: unsupported_file/..&lt;BR /&gt;at Dropbox.Api.DropboxRequestHandler.&amp;lt;Dropbox-Api-Stone-ITransport-SendDownloadRequestAsync&amp;gt;d__15`3.MoveNext()&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)&lt;BR /&gt;at InfinniumDropBoxConsumer.Business.InfinniumDropBoxConsumer.DownloadFile(DocumentDetailFromConnector documentDetail, Boolean dataInsight, DateTime modifiedDate, Int32 retry)&lt;BR /&gt;---&amp;gt; (Inner Exception #0) Dropbox.Api.ApiException`1[Dropbox.Api.Files.DownloadError]: unsupported_file/..&lt;BR /&gt;at Dropbox.Api.DropboxRequestHandler.&amp;lt;Dropbox-Api-Stone-ITransport-SendDownloadRequestAsync&amp;gt;d__15`3.MoveNext(); Request Id: eda9da2f079140abbcf8c81f907debd9&amp;lt;---&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is there a way i can download these documents&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 08:23:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/620390#M28596</guid>
      <dc:creator>mansi2821</dc:creator>
      <dc:date>2022-09-06T08:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: paper document download unspported error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/620741#M28622</link>
      <description>&lt;P&gt;As discussed in the &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Exception-in-2-files-download-quot-unsupported-file-quot/m-p/620423#M28591" target="_blank"&gt;other thread&lt;/A&gt;, for non-downloadable files like this, you should use the "export" functionality instead. In the .NET SDK, that's available as &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Files.Routes.FilesUserRoutes.html#Dropbox_Api_Files_Routes_FilesUserRoutes_ExportAsync_Dropbox_Api_Files_ExportArg_" target="_blank"&gt;ExportAsync&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 13:47:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/620741#M28622</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-06T13:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: paper document download unspported error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/620901#M28654</link>
      <description>&lt;P&gt;can i also export google imported files with same method&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 05:20:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/620901#M28654</guid>
      <dc:creator>mansi2821</dc:creator>
      <dc:date>2022-09-07T05:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: paper document download unspported error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/620905#M28655</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. how can i download comments of the paper document when i download html it does not give me comments&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. can i get some zip file or something where i can get all the images and attached documents of that paper document&amp;nbsp;&lt;/P&gt;&lt;P&gt;if not how can i get images and other attachments from this html or paper file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and also there is this endpoint available&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;A href="https://api.dropboxapi.com/2/paper/docs/download" target="_blank" rel="noopener"&gt;https://api.dropboxapi.com/2/paper/docs/download&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;so can't you download paper docs with this endpoint&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 11:18:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/620905#M28655</guid>
      <dc:creator>mansi2821</dc:creator>
      <dc:date>2022-09-07T11:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: paper document download unspported error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/621012#M28664</link>
      <description>&lt;P&gt;Yes, you would use the export functionality to download any items with &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Files.FileMetadata.html" target="_blank"&gt;files&lt;/A&gt; with &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Files.ExportInfo.html#Dropbox_Api_Files_ExportInfo_ExportAs" target="_blank"&gt;&lt;SPAN class="parametername"&gt;exportInfo&lt;/SPAN&gt;.&lt;SPAN class="parametername"&gt;exportAs&lt;/SPAN&gt;&lt;/A&gt; set, such as Google docs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Dropbox API unfortunately doesn't offer the ability to list or read comments on Dropbox Paper docs, but I'll pass this along as a feature request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There isn't a separate call for downloading images/attachments. Anything in the Paper doc will be included in the exported data itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-download" target="_blank"&gt;The /2/paper/docs/download endpoint&lt;/A&gt; is an endpoint for downloading legacy Paper docs, that is, Paper docs that are not in the Dropbox filesystem. You can find &lt;A href="https://developers.dropbox.com/paper-migration-guide" target="_blank"&gt;more information here&lt;/A&gt;. For .paper files in the filesystem, you should use the export functionality as discussed above.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 15:14:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/621012#M28664</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-07T15:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: paper document download unspported error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/621239#M28694</link>
      <description>&lt;P&gt;currently i am exporting file how can i get exported data that includes images&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 04:45:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/621239#M28694</guid>
      <dc:creator>mansi2821</dc:creator>
      <dc:date>2022-09-09T04:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: paper document download unspported error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/621278#M28698</link>
      <description>&lt;P&gt;Images are included in the exported HTML, via an &amp;lt;img&amp;gt; element.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 14:24:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/paper-document-download-unspported-error/m-p/621278#M28698</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-08T14:24:10Z</dc:date>
    </item>
  </channel>
</rss>

