# Failed to verify protected resource

### ❌ Failed to verify protected resource

#### Error example

```
Failed to verify protected resource op-garages
```

#### What does this mean?

FiveM failed to verify the protected (escrow) resource.\
This is usually caused by an **incorrect upload or corrupted files**.

#### How to fix it

* Restart your server
* **Do not upload the script file-by-file**\
  Upload the **.zip file as-is**, then extract it **directly on your VPS**
* Make sure the script folder contains a **.fxap file**\
  If it’s missing, reinstall the script
* If you’re using **FileZilla**, files may have been corrupted during transfer\
  Try using **WinSCP** or another FTP client instead


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.otherplanet.dev/troubleshooting/failed-to-verify-protected-resource.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
