What's wrong with this entry?
Anonymous. No account, no email.
What
Bundled Anthropic file operations now call the stable /v1/files endpoints instead of beta-suffixed file URLs.
Usage
claudeDetails
- This affects internal/API-backed file list, upload, download, metadata, and delete calls.
- Existing Claude Code workflows should not need new flags or settings.
- The old implementation used
/v1/files?beta=trueand/v1/files/{id}/content?beta=true; the new implementation uses/v1/filesand/v1/files/{id}/content.
Evidence
Files API client paths changed from beta URLs to stable URLs (search for "/v1/files" and "/v1/files?beta=true").
Strings lifted out of the shipped bundle, so the claim above can be checked against them.