You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Previously we exported *attachments only* as JSON files using Bendallar Trello downloader. This application no longer works for downloading any of our attachments since the latest Trello update. We would like to download all photo attachments on each card as a bulk zipped (about 30 photos each) file but not photo by photo - as this will be too time consuming. Does anyone know of an application we can use to do this? Trello Export does not work for this process. It offers other export options not just attachments & not in a way that we can save and rename each attachment.
Hi @Susan Bradley! Checked out the File Manager Power-Up! It lets you easily bulk download attachments as zip files.
I just updated the Power-Up to support filtering by card name using the search input just for you!
Just type in "card: <your card name>", select all using the checkbox at the top left then click the download button and you'll export all your files as a zip.
I hope this helps! Let me know if you have any questions! š„³
Thank you Adam! I have been using the File Manager 7 day trial all afternoon and love how I can filter by List to choose the attachments I'd like to download. It is making my life so much easier! It's not slow to download and easy to transfer and rename the files etc.
And...points for improvement?
Having the download button at the top with a lot of attachments it would be nice to see a return to Top arrow?
**Are you working on this as I'm testing it?
**As this is now working - Also, to be able to search by Card name would also help as searching by file name (which is the only search that gives results?) when everything comes through as image.jpeg is not useful for me but may be of benefit to others when they name their files before attaching them. - SORTED
Overall this is really helpful - thank you!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to see this. I think in general, people had been used to sharing attachments externally without requiring the recipient to be a Trello subscriber. Your external share power-up supports this and I applauded the changed your made to support the recent change for attachments.
Does this File Manager requires the user to be a member of the board? If it does, then an external share of the file manager might be what people are looking for such that the card owner has the ability what to share.
In my primitive ways, I am doing it via and download endpoint with a simple custom power up to exclude certain files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Susan Bradley, it's great to hear that you're finding the Power-Up useful! Thanks for the feedback, I'll spend some time this weekend to figure out how we can improve the user experience of the table.
@milynnus, I recently updated the External Share Power-Up to support sharing of individual attachments. This solves the use case where the Trello user wants to share files selectively. I'm not sure if the External Share board needs a File Manager since most folks won't want to share ALL their attachments. But I'll consider it if someone requests it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ššššš
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Interesting! Some other ideas suggested in this question if you need some other alternatives!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The downloader is probably affected by the recent change affecting attachments. Trello attachments are no long publicly accessible.
To overcome this I have created an endpoint that will download the attachments into a zip file and download it to your computer. It uses your credentials on the server side, which means that your Trello api and token are not use at the endpoint.
I am still figuring out what is the best way to deploy this. The easiest way is to share the link via the email.
This is how I am deploying it now such that the client can download the files from an email sent to them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much for taking the time to help. That explains why the issue probably occurred with being able to export the attachments. I'll make an attempt with your suggestion to see if that will work for what I need. I also received a couple of other suggestions but they all seem to be rather time consuming compared to what I was able to previously able to do.
Have a great day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I finished constructing the endpoint to support the download. I am doing a custom power up to ensure that only the allowable files can be downloaded including all files. The endpoint will still be password protected but not exposing your api key or token (needed for first time on the browser) and you should be able to share from any card.
Update : The simple power up allows you to exclude files from the zip file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
šÆ % support External Share.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.