# 70004: Unauthorized

Log Level: ERROR

## Description

The Request does not contain any authorization information (most cases: credentials) or the credentials and the resource have no relation.

### Possible causes

* When omitting the Auth header from HTTP request
* Passing an Auth header to access a resource that belongs to some other account.
