πŸ“‚Use Ellipsis Drive to ingest client data

Ellipsis Drive can be used as a controlled ingestion layer for external or client-owned spatial data.

This enables users or customers to upload, manage, and use their own datasets within your application or platform for visualisation, data fusion, and analytics.

You can implement this in two ways:


A common implementation pattern is to structure data per client or user using folders.

Step 1: Create a folder per client

Create a dedicated folderarrow-up-right for each client or user.

Store the corresponding folder IDs in your backend to manage access mapping.


Step 2: Generate access tokens per session

When a user logs in, generate an access tokenarrow-up-right scoped to the relevant folder(s).

Choose an appropriate access level based on the required permissions.

Access levels are documented separatelyarrow-up-right.


Step 3: Use the APIarrow-up-right to interact with data

Pass the token and folder context to your application to enable operations such as:


circle-check

Integration vs platform connection

Last updated