<?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: What is an api of dropbox to get content any files like pdf file , rtf file and etc? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-an-api-of-dropbox-to-get-content-any-files-like-pdf-file/m-p/279389#M16757</link>
    <description>&lt;P&gt;To access the&amp;nbsp;Dropbox API from Java, we&amp;nbsp;recommend using &lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_self"&gt;the official&amp;nbsp;Dropbox API v2 Java SDK&lt;/A&gt;. With that, to download file content, you should use one of &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#download-java.lang.String-" target="_blank"&gt;the download methods&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;Dropbox API will return the exact file data it recieved, i.e., as was uploaded to it. I don't know exactly what you mean by "fond, alignment and other stubs details", as those aren't&amp;nbsp;Dropbox file attributes, so it sounds like they're part of the file data itself. We can't offer help with whatever file format(s) you're using, so you may need to refer to the documentation for the format(s) and/or update your code to handle the details of the format.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jun 2018 15:47:42 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-06-07T15:47:42Z</dc:date>
    <item>
      <title>What is an api of dropbox to get content any files like pdf file , rtf file and etc?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-an-api-of-dropbox-to-get-content-any-files-like-pdf-file/m-p/279341#M16745</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for v2 api to give only content of any files because when i use v2 api like download to get file using java, in response i would get content along with extra details like fond, alignment and other stubs details which i am not expecting. due to this it effects on my business logic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guys suggest me best v2 api or way to get same requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance !!!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:12:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-an-api-of-dropbox-to-get-content-any-files-like-pdf-file/m-p/279341#M16745</guid>
      <dc:creator>Arun_Bishwa</dc:creator>
      <dc:date>2019-05-29T09:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is an api of dropbox to get content any files like pdf file , rtf file and etc?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-an-api-of-dropbox-to-get-content-any-files-like-pdf-file/m-p/279389#M16757</link>
      <description>&lt;P&gt;To access the&amp;nbsp;Dropbox API from Java, we&amp;nbsp;recommend using &lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_self"&gt;the official&amp;nbsp;Dropbox API v2 Java SDK&lt;/A&gt;. With that, to download file content, you should use one of &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#download-java.lang.String-" target="_blank"&gt;the download methods&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;Dropbox API will return the exact file data it recieved, i.e., as was uploaded to it. I don't know exactly what you mean by "fond, alignment and other stubs details", as those aren't&amp;nbsp;Dropbox file attributes, so it sounds like they're part of the file data itself. We can't offer help with whatever file format(s) you're using, so you may need to refer to the documentation for the format(s) and/or update your code to handle the details of the format.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 15:47:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-an-api-of-dropbox-to-get-content-any-files-like-pdf-file/m-p/279389#M16757</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-06-07T15:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is an api of dropbox to get content any files like pdf file , rtf file and etc?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-an-api-of-dropbox-to-get-content-any-files-like-pdf-file/m-p/279502#M16775</link>
      <description>&lt;P&gt;Thanks Greg K for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue i am expecting file's body while if i use dropbox sdk or dropbox v2 api.&lt;/P&gt;&lt;P&gt;for example like of pdf file once i download it, as reponse is in encode formate and rtf file concern along with body i get other extra details . Please see below snapshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dropbox Api :&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://content.dropboxapi.com/" target="_blank"&gt;https://content.dropboxapi.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class="hljs-number"&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;/files/download&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PDF File Response : Below snapshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (28).png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/3425iDD0BDF3CCA523A66/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (28).png" alt="Screenshot (28).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dropbox Api :&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://content.dropboxapi.com/" target="_blank"&gt;https://content.dropboxapi.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class="hljs-number"&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;/files/download&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RTF file Response : Below snapshot ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (29).png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/3426i70684450FB915E8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (29).png" alt="Screenshot (29).png" /&gt;&lt;/span&gt;Thanks !!!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:34:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-an-api-of-dropbox-to-get-content-any-files-like-pdf-file/m-p/279502#M16775</guid>
      <dc:creator>Arun_Bishwa</dc:creator>
      <dc:date>2018-06-08T13:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: What is an api of dropbox to get content any files like pdf file , rtf file and etc?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-an-api-of-dropbox-to-get-content-any-files-like-pdf-file/m-p/279546#M16784</link>
      <description>The /2/files/download endpoint works the same way for all file types, in that it will just return the full file data it has for the requested file, in the HTTP response body. In these samples you're just printing out the raw data as text, but generally you'd want to open them in the relevant viewers, e.g., a PDF reader for PDF files, or a rich text reader/editor for RTF files.&lt;BR /&gt;&lt;BR /&gt;Each of your screenshots shows the raw data for the files you're requesting. If the file contains more data than you're expecting, you'll need to look in to why that data was uploaded to Dropbox in the first place.</description>
      <pubDate>Fri, 08 Jun 2018 17:35:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-an-api-of-dropbox-to-get-content-any-files-like-pdf-file/m-p/279546#M16784</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-06-08T17:35:25Z</dc:date>
    </item>
  </channel>
</rss>

