Skip to content

Download a fileset

Data Ocean manages the filesets as a single file resource. Data Ocean provides the download URL to the fileset with a asterisk that should be replaced with the file name or if the file is in a sub-folder the path to file.

To get the original archive file, remove the asterisk from the URL. You do not need to add any additional path or file name information.

To access an individual file use the following API call:

GET {BASE DOWNLOAD URL}/{INDIVIDUAL FILE PATH}
  • Example Download URL Value:

https://do-ro-us1.stage.dataocean.trimblecloud.com/e/5e361931-ef9f-4856-af35-25396fce3713.1\*

  • To get a file in the root of the fileset, replace * with /filename.
  • To get a file in a subfile of the fileset, replace * with /subfolder/filename.
  • To get the original archive file, remove the *.

For more information on filesets, see Upload a fileset.

Reference Materials

Data Ocean API definition