Skip to content

docs(dropbox): document signed upload URLs#48

Merged
acoshift merged 1 commit into
mainfrom
dropbox-upload-url
Jun 24, 2026
Merged

docs(dropbox): document signed upload URLs#48
acoshift merged 1 commit into
mainfrom
dropbox-upload-url

Conversation

@acoshift

Copy link
Copy Markdown
Member

What

Documents the new dropbox signed upload URL feature (deploys-app/dropbox#24, api PR #114): mint a credential-free, time-limited URL (POST /uploads) and hand it to someone who PUTs a file straight to dropbox (PUT /uploads/{token}).

  • New "Hand someone an upload URL" section in storage/dropbox.md — the two-step create→PUT flow (curl + the Go DropboxCreateUploadURL helper), the request fields, and the PUT-time enforcement (size bounds, content-type, expiry).
  • Folded the CLI commands into a single "From the CLI" section that now shows dropbox upload and the new dropbox upload-url alongside list / metrics (the old copy claimed uploading was console/API-only, which was already stale since dropbox upload exists).

Markdown only.

🤖 Generated with Claude Code

https://claude.ai/code/session_01YYMGjvqWELm2ctgKamiMSS

The dropbox service now mints credential-free, time-limited upload URLs
(POST /uploads + PUT /uploads/{token}). Add a "Hand someone an upload URL"
section covering the two-step create→PUT flow (curl + Go DropboxCreateUploadURL),
the request fields and PUT enforcement, and fold the CLI commands into a single
"From the CLI" section that now shows dropbox upload + upload-url alongside list
and metrics.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YYMGjvqWELm2ctgKamiMSS
@deploys-app deploys-app Bot temporarily deployed to pr-48 June 24, 2026 12:33 Destroyed
@deploys-app

deploys-app Bot commented Jun 24, 2026

Copy link
Copy Markdown

Preview deleted (PR closed).

@acoshift acoshift merged commit bc8eed1 into main Jun 24, 2026
1 check passed
@acoshift acoshift deleted the dropbox-upload-url branch June 24, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant