Skip to main content

ResQ.Storage.PinataOptions

PinataOptions.MaxFileSizeBytes Property

Gets or sets the maximum file size allowed for uploads.

Property Value

System.Int64
Maximum file size in bytes. Default is 100MB (104,857,600 bytes).

Example

Remarks

Files larger than this limit will be rejected before uploading. The default is 100MB which is suitable for most use cases. Increase this if you need to upload larger files (e.g., high-resolution videos). Note: Pinata’s free tier has its own upload limits. Check your Pinata plan for actual limits regardless of this setting.