Download
Note
The tools listed here are under development and may be subject to change
There are two main ways to download files:
- Individually through the browser or through the command line with the
gen3-client
- Batch downloads through the command line with
gen3-client
This guide will walk you through both methods below.
Download a Single File¶
Explorer Page¶
The easiest way to download a single file is through the Explorer page. This page will show all files belonging to projects that you have access to.
To download a single file:
- Select the File tab and scroll down to the list of files
- Select the Download ID for the file of interest
3. Select Download on the file page
gen3-client¶
Alternatively, if you already know the GUID of the file of interest, simply pass it to the gen3-client:
For example, to download the file with GUID f623df8f-5dad-5bce-a8ca-a7b69b7805a5
:
Download Multiple Files¶
To download multiple files:
- Select the File tab on the Explorer page
- Optionally filter by project, data type, and format
- Select the Download Manifest button
4. Download the files by passing the file manifest to the gen3-client:
Using the example project in the above screenshot, this command will download all 12 JSON files from the project into the current working directory.