Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

125
Views
How to download dropbox pictures locally to a folder with javascript

In my vue application I am getting right now the meta information from one image. What I want to do is to save this file to a local folder inside my project. But right now I am stuck at that. Could someone give me a pointer on how to do it? Here is my code for to get the meta information.

getImages() {
  const Dropbox = require("dropbox").Dropbox;
  let pictures2 = [];
  const dbx = new Dropbox({
    accessToken:
      "<REDACTED>",
  });
  dbx
    .filesDownload({
      path: "/test/road-6576857_1920.jpg",
    })
    .then(function (response) {
      console.log(response);
    });
}}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!