Download File

URL:
https://<notebookserveradmin>/dataaccess/<workspacename>/notebookworkspace/downloadFile
Methods:
GET
Required Capability:
Administrator or Create and Edit
Version Introduced:
10.9

Description

The downloadFile operation allows a user to download a file from their notebook workspace directory (/arcgis/home ). Only the owner of the file is allowed to download the file.

Request parameters

ParameterDetails

fileName

(Required)

The name of the file to be downloaded.

Examples

1
2
3
4
5
6
7
8
//Download a file from the root directory in the user's workspace.
fileName=mjwaterzip

//Download a file from a subdirectory () in the user's workspace
fileName=hydrology/mjwaterzip

//Download a file from a nested subdirectory () in the user's workspace
fileName=hydrology/2020/mjwaterzip

f

The response format. The default response format is html .

Values: html | json | pjson

Example usage

1
2
3
https://notebookserver.domain.com/context/admin/dataaccess/notebookworkspace/downloadFile
fileName=hydrology/mjwater.zip
f=json

JSON Response syntax

1
2
3
{
  "status": "<success|failure>"
}

JSON Response example

1
2
3
{
  "status": "success"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close