The Archives Transfer Tool is currently a Dropbox based app for donors to transfer digital material (often for MIT community groups and members).
The system is a small collection of platforms/tools:
a Dropbox Shared Folder into which files can saved by end users
a folder on the NAS (Network Attached Storage) for preparation work on the files before ingest into preservation
a Python script that moves files and metadata from Dropbox to the NAS
This step is done synchronously with the collections team. Once they create a submission agreement with the group, take the follow steps:
Create a subfolder in the Dropbox shared folder that will receive content (including adding the authorized user as an editor of this subfolder)
Download the default_metadata.json
file and edit it with information from the submission agreement that will apply to all the files that will be uploaded to the subfolder
Create a subfolder within cdps-processing/ATT to receive the content copied by the Python script from Dropbox
Direct a user to follow the steps outlined here to transfer the files.
When DDC has been notified that an authorized group transferred a set of files, confirm all have been uploaded to the associated folder in Dropbox
Files will now need to be downloaded from Dropbox to the NAS using a Python script before accessioning or processing can begin. The next steps are where the process is handed over fully to the DDC processing team.
Make sure that you are logged in to Dropbox in your default web browser
Download the latest version of the the ATT repository (which also means you need to have Python 3.x installed on your computer) to your workstation and followed the instructions in the README.
Mount the cdps-processing
share on your workstation
interim-att
folder.Make sure that your environment is properly configured
you should have a .env
file in the folder (see the README for details)
you should have run make install
(or make update
) to get the rest of the environment configured
interim-att % pipenv run att check Loading .env environment variables... 1. Go to: https://www.dropbox.com/oauth2/authorize?response_type=code&client_id=6pvw4x2047kxu4d&token_access_type=offline&code_challenge=<challenge_code>&code_challenge_method=S256 2. Click "Allow" (you might have to log in first). 3. Copy the authorization code. Enter the authorization code here: <auth_code_from_browser> 2025-06-06 12:04:46,793 INFO att.cli.check(): Successful Dropbox OAuth via PKCE 2025-06-06 12:04:47,775 INFO att.cli.check(): SUCCESS: Connected to MIT Dropbox 2025-06-06 12:04:47,777 INFO att.cli.check(): SUCCESS: NAS Folder is connected. |
Run the “bulk-file-copy” command, passing in the name of the CSV file as the required argument. You will need to include the subfolder you are transferring from in the path to the CSV. For instance, AMITA/sample_csv.csv
interim-att % pipenv run att bulk-file-copy --remote-csv "AMITA/sample_csv.csv" initial-application Loading .env environment variables... |
ATT
folder in the cdps-processing
share to verify that the files were copied and that the metadata files and checksum manifest files were generated in the correct subfolder.The downloaded folder is not organized in a way that will allow for processing in Archivematica. To do this, you will need to use another tool for logical transfer such as SIPCreator or DART. You can follow the steps on those pages with specifics to content from ATT:
default_metadata.json
and sample_csv.csv
files!can be found in the "erst" folder of the submission drive. These instructions explain how to confirm the transfer and get it ready for processing.
If you have received a transfer from the archives transfer tool, it will already be in the erst folder in the submission drive within a folder by group or individual name.