<?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 Fileblob not visible with latest version of dropbox api #809 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fileblob-not-visible-with-latest-version-of-dropbox-api-809/m-p/546981#M26073</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I try to download an image from my dropbox account using the filesDownload method in my vue.js application. But when I try to get the result it does not show me the option to get fileBlob only some metainformation. But I want to download the image directly to a project folder. This is my code with which I try to download it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;getImages() {
      const fs = require('fs');
      const Dropbox = require("dropbox").Dropbox;
      let pictures2 = [];
      const dbx = new Dropbox({
        accessToken: '&amp;lt;REDACTED&amp;gt;'
      });
      dbx.filesDownload({
      path: "/test/road-6576857_1920.jpg"
      }).then(function(data) {
        fs.writeFile(data.result.name, data.result.fileBlob, 'binary', (err) =&amp;gt; {
        console.log(data.result)
        )},
      )}
      )}
  }&lt;/PRE&gt;
&lt;P&gt;I am using the latest dropbox sdk right now being 10.2.0 here is the github post for cross referencing:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-js/issues/809" target="_blank" rel="noopener"&gt;https://github.com/dropbox/dropbox-sdk-js/issues/809&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Sep 2021 15:36:33 GMT</pubDate>
    <dc:creator>haso94</dc:creator>
    <dc:date>2021-09-29T15:36:33Z</dc:date>
    <item>
      <title>Fileblob not visible with latest version of dropbox api #809</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fileblob-not-visible-with-latest-version-of-dropbox-api-809/m-p/546981#M26073</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I try to download an image from my dropbox account using the filesDownload method in my vue.js application. But when I try to get the result it does not show me the option to get fileBlob only some metainformation. But I want to download the image directly to a project folder. This is my code with which I try to download it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;getImages() {
      const fs = require('fs');
      const Dropbox = require("dropbox").Dropbox;
      let pictures2 = [];
      const dbx = new Dropbox({
        accessToken: '&amp;lt;REDACTED&amp;gt;'
      });
      dbx.filesDownload({
      path: "/test/road-6576857_1920.jpg"
      }).then(function(data) {
        fs.writeFile(data.result.name, data.result.fileBlob, 'binary', (err) =&amp;gt; {
        console.log(data.result)
        )},
      )}
      )}
  }&lt;/PRE&gt;
&lt;P&gt;I am using the latest dropbox sdk right now being 10.2.0 here is the github post for cross referencing:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-js/issues/809" target="_blank" rel="noopener"&gt;https://github.com/dropbox/dropbox-sdk-js/issues/809&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 15:36:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fileblob-not-visible-with-latest-version-of-dropbox-api-809/m-p/546981#M26073</guid>
      <dc:creator>haso94</dc:creator>
      <dc:date>2021-09-29T15:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fileblob not visible with latest version of dropbox api #809</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fileblob-not-visible-with-latest-version-of-dropbox-api-809/m-p/547325#M26081</link>
      <description>&lt;P&gt;I'll follow up with you on your GitHub issue. For future reference, note that you don't need to post on both the forum and GitHub repo. Either is fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, as &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-from-dropbox-with-Vue-Javascript/m-p/546886/highlight/true#M26062" target="_self"&gt;noted in an earlier thread&lt;/A&gt;, you should not post your access token. I've redacted it from your posts, but you should make sure you revoke it for the sake of your security.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 15:30:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fileblob-not-visible-with-latest-version-of-dropbox-api-809/m-p/547325#M26081</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-09-27T15:30:16Z</dc:date>
    </item>
  </channel>
</rss>

