> ## Documentation Index
> Fetch the complete documentation index at: https://docs.staging.relayapp.im/llms.txt
> Use this file to discover all available pages before exploring further.

# Error 2007: Attachment not ready

> Resolve Relay error 2007.

The Attachment exists but its upload is not complete.

## Response

```json theme={null}
{
  "error": {
    "status": 404,
    "code": 2007,
    "message": "The Attachment exists but its upload is not complete.",
    "doc_url": "https://docs.relayapp.im/error/codes/2xxx/2007"
  },
  "success": false,
  "trace_id": "b923d71e50be43ba9e0fe1e34a7676c2"
}
```

## Fix

1. Finish the raw upload with the returned headers.
2. Retrieve the Attachment and retry only after status is complete.

## Retry

Do not retry the same request unchanged.

## Related

* [Error overview](/error)
* [Debugging](/guides/platform/debugging)
