Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
dgtal box
1 year agoExplorer | Level 3
Download files from shared link using javascript
... await new Promise<void>((resolve, reject) => { const file = createWriteStream(filePath); https.get(createAudioLibraryCard.basicInfo.sharedLink, response => { response.pipe(file); file....
dgtal box
1 year agoExplorer | Level 3
Hi Здравко Thank you!
https://www.dropbox.com/scl/fi/1exa5owhx97kozgshjx3d/1.png?rlkey=b5rtxqmcprjgfrqnkspgguwuy&dl=0
Instead of the above url, I tried with the bellow url.
https://dl.dropboxusercontent.com/scl/fi/1exa5owhx97kozgshjx3d/1.png?rlkey=b5rtxqmcprjgfrqnkspgguwuy&
Eventually, it worked.
Any solution for a folder?
Здравко
1 year agoLegendary | Level 20
dgtal box wrote:...
Any solution for a folder?
No, that trick doesn't work for folder links, unfortunately. Even if that works, you would need to unzip the content (a zip file would come up, not something else). You could walk through the particular folder tree and download all files while recreating the tree locally instead (like unzipping would do). 😉 Take a look here (shell example) for a possible solution (in your case would be much smaller - javascript has more tools). Just get the idea out of there. You may have some challenges with placing on/accessing local space out of the browser though.
Good luck.
Add: For one more solution targeting listing the pointed folder take a look here (it's in Python - just get idea out from there). 🙂 In such a case you don't need any application registration.
- dgtal box1 year agoExplorer | Level 3
I would be a happy camper when I get a solution to get even a zip file from shared link for folder.
The rest things don't matter.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!