Triluna

Developer integration preview v0.1.0

Triluna Dropbox Export Provider

A client-side module that uploads an artifact already created by Document Rescue directly to the user’s Dropbox App Folder.

This is an integration package, not a hosted file-transfer service. It does not send document bodies or OAuth tokens to Triluna. The host application supplies Dropbox authorization and token storage.

Download source package

SHA-256 4d30e0c32332d4ef4d23107f397d6fb9b5eb3e8b787805e3463f89fb7ce89684

Host requirements

Configure a Dropbox App Folder app with only files.content.write, provide its public app key and exact registered redirect URI, and implement the foreground OAuth and token-storage adapters. The extension still needs a stable identity before its Dropbox redirect can be registered.

Export behavior

The provider uses Authorization Code with PKCE, requests online access, and writes directly to the user’s App Folder. The user must authorize Dropbox and start each export explicitly. Conflicts require a user-selected cancel, rename, or confirmed overwrite action.

Data boundary

No client secret, Dropbox account, upload API, or access token is hosted here. The provider runs in its host application and sends artifact bytes directly to Dropbox after the user chooses to export. A client-only upload package is not an account or identity service.

This source preview has mocked API tests only. Live Dropbox authorization and upload have not been verified. The package is not currently included in the public Document Rescue extension downloads.

Document Rescue extension downloads