You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
sharmanhall
2 years agoExplorer | Level 4
Export Bulk Dropbox Image Folder URLs
The problem is that there are hundreds of photos. It is almost impossible to enter the URL for each rock sample manually. I need some automated way to copy the Dropbox photo URLs. You can use my scri...
pixelsilo
11 months agoNew member | Level 2
Update in Jan 2024. Couldn't get this to work. Chat GPT fixed it for me. The function needs updating. Change it to the below.
function getImageLinks() {
// Update the selector to match the Dropbox page structure
const imageLinks = document.querySelectorAll('a.dig-Link._sl-file-name_1iaob_86.dig-Link--primary[href*="dl=0"]');
return Array.from(imageLinks).map(link => link.getAttribute('href').replace(/\?dl=0$/, DOWNLOAD_URL_REPLACEMENT));
}
Make sure the folder is publically shared and you're logged out (incognito mode didn't work for me)
- sharmanhall11 months agoExplorer | Level 4
Hey, can you post the whole script, with your fix implemented?
I will update it for everyone; thanks 🙂 - sharmanhall11 months agoExplorer | Level 4
https://greasyfork.org/en/scripts/465164-bulk-export-dropbox-image-urls-2024/code
Here is where I added your fix. This is the official place where my code exists.
Added credit to you too, pixelsilo.
About Dropbox tips & tricks
Learn how to get the most out of Dropbox with other users like you.
393 PostsLatest Activity: 12 hours agoIf 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 or Facebook.
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!