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

# What is the file size limit of drawings?

> The server imposes a payload size limit of 200MB. Since the file will be uploaded as a Base64 data URL, there will be an overhead of approximately 33.333%. Cons

The server imposes a payload size limit of 200MB. Since the file will be uploaded as a Base64 data URL, there will be an overhead of approximately 33.333%. Consequently, the actual file size limitation is calculated as follows:

## Actual File Size Limit ≈ 200MB / 1.3333 ≈ 150MB.
