function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDummySFDummy 

Mass download attachments ( bulk )

Hello
I found out that the file storage for attachments reached 95%. When I talked to users, they want to keep all the files for compliance puporse.

Do you have any suggestion on how I can mass download (15000) files from attachments and store in local share drive.

I can write code, do not have approval to buy anything

Thanks
SoleesSolees
Go to your Name-> Administer-> Data Management-> Data Export.  At the top you can include Attachments.

User-added image

Cheers
SFDummySFDummy
Thanks @Solees for the quick response.
I am using different tool to take a daily back of my data to SQL server. But I want to take back up of attachments from opportunites on regular basis (incremental if possible) not all data

SFDummySFDummy
Is there a way for me to put filter to only download opportunity created before certain date?

SoleesSolees
Here you go man, hope this helps you.

http://www.opfocus.com/blog/fileexporter-a-nifty-tool-for-mass-exporting-salesforce-files/
https://sites.google.com/site/ezrakenigsberg/blog/fileexporterexportattachmentscontentordocuments

cheers
tarun sharma 30tarun sharma 30

Hi All,

I am using fileExporter tool to download attachments. In my org attachment count is 150000 but i am not able to download. Its giving me connection timeout error. please help me on this its really urgent

Alexander Tarasevich 6Alexander Tarasevich 6
Enabler4Excel (https://xappex.com) can now download attachments with a simple SOQL query (e.g. SELECT Id, Name, Body FROM Attachment) and they will all get saved in the folder specified in Settings. You can also specify the SOAP timeout setting for it so that there was more time for larger files to download. More on this here: http://blog.enabler4excel.com/3jcv5k9gm
Mitesh JainMitesh Jain

I came across the newly developed app in AppExchange where you can download almost any Attachment or File under one or multiple records all at once.

They do support download of Static Resource & Documents too.

Please have a look : https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000EcsAOUAZ  (http://I came across the newly developed app in AppExchange where you can download almost any Attachment or File under one or multiple records all at once. They do support download of Static Resource & Documents too. Please have a look : https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000EcsAOUAZ)
Wang YenWang Yen
As an alternative to all services that were mentioned above, take a look at Salesforce data loader (https://skyvia.com/data-integration/salesforce-data-loader) by Skyvia. It allows either to download attachments as ZIP files locally or put them to file storages such as FTP, Dropbox, Google Drive, etc.
Rajashekar RayalaRajashekar Rayala
Looking for a mass download attachment for a selected object. Please help.
Alexander Tarasevich 6Alexander Tarasevich 6
https://www.xappex.com/docs/enabler4excel/basic-features/mass-downloading-documents-from-salesforce-com/
Rajashekar RayalaRajashekar Rayala
Is there any demo/videos available ?. We have a requirement to bulk download attachment for selected object. Thanks, Raj
Alexander Tarasevich 6Alexander Tarasevich 6
Sure Rajesh, we'll be happy to show you how to do it in a demo, it's very simple. you can schedule it at your convenience here: calendly.com/xappex
Srija PokalaSrija Pokala
I have a requirement of bulk download of attachments for a selected object.Can any one suggest the best possible way?
Alexander Tarasevich 6Alexander Tarasevich 6
Here's an easy way:
https://www.xappex.com/docs/enabler4excel/basic-features/mass-downloading-documents-from-salesforce-com/
Nicolas VUILLAMY 19Nicolas VUILLAMY 19
You can use sfdx-hardis to export any files you want without installing packages or use a paid application :)
 
Instructions are described in this article -> https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd
Sumit Kumar Singh 9Sumit Kumar Singh 9
You can use SFDC file exporter to download mass files, attachments or documents from salesforce
https://www.sfdcfileexporter.com/home/