NOT_FOUND
The requested resource does not exist.
HTTP status: 404
What it means
The requested resource does not exist.
Why it happens
- No resource with that id exists for your account. Ids never leak: another user's resource id answers the same way as a nonexistent one.
How to fix it
- Check the id (e.g. from the create response's
Locationheader). - Confirm you are using the API key of the account that owns the resource.
Example
Every non-2xx response uses the same envelope; path (when present) is the exact JSON path of the offending field, and requestId identifies the request in support conversations:
See the error index for the full catalog and the API overview for envelope semantics.