cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Get direct link of folder file

Get direct link of folder file

revellinicolo
New member | Level 2

Good morning,
I'm using javascript sdk and i used filesListFolder () function to get the folder files, but i can't get the direct download link.
can you help me?
Thanks.

1 Reply 1

Greg-DB
Dropbox Staff

Using the official Dropbox API v2 JavaScript SDK, if you want to download a file, you should use the filesDownload method. If you want to download an entire folder, you should use the filesDownloadZip method.

 

If you need a link to a file, you can use the filesGetTemporaryLink method. There isn't an equivalent of that for folders though.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?