# Slack files.upload deprecated November 12 2025 file upload no longer uploads files

Status: search-observed
Product: Slack file upload
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/slack-files-upload-deprecated-november-12-2025-file-upload-no-longer-uploads-files
Machine JSON: https://gitdocs.org/api/fixes/slack-files-upload-deprecated-november-12-2025-file-upload-no-longer-uploads-files.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

The old endpoint can remain present in SDK types or historical examples even after new apps are denied or the endpoint is sunset.

## Fix

```
Verifier checks sequencing, idempotency, and final resource visibility. Check channel visibility, metadata, and idempotency.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- Slack files.upload deprecated November 12 2025 file upload no longer uploads files
- site:docs.slack.dev files.upload deprecation November 12 2025
- Slack files.upload deprecated no longer supported November 2025
- https://docs.slack.dev/reference/methods/files.upload
- https://docs.slack.dev/messaging/working-with-files/

## Sources

- Slack files.upload retirement: https://docs.slack.dev/changelog/2024-04-a-better-way-to-upload-files-is-here-to-stay/
- Official reference opened by Codex: https://docs.slack.dev/reference/methods/files.upload
- Official reference opened by Codex: https://docs.slack.dev/messaging/working-with-files/
