Skip to content

Discover and Access User Workspaces

This guide explains how to discover and access user workspaces using TerrAPI.

Preliminary requirements

Steps

  1. Get the list of user workspaces using the Get Workspaces Operation in Storage API.
  2. Select the needed workspace name from the list of workspaces.
  3. Request a security token for the selected workspace using the Get Security Token Operation in Storage API.
  4. Use the security token to access the workspace to upload a file in the workspace.
  5. Create a download URL (signed) to access the file using the Create Download URL Operation in Storage API

A complete example in python is available in this notebook using the TerrAPI Python client.