Paweł Wiaderny
Paweł Wiaderny
Hey @av01d. Sorry, I didn't notice your previous message. [Here's a fork](https://github.com/ckfinder/CamanJS) with all the fixes that we use for CKFinder purposes, have a look [here](https://github.com/ckfinder/CamanJS/tree/master/dist). :santa:
@samad01 Have a look at demo in my PR, it should be helpful https://github.com/meltingice/CamanJS/pull/163
Applying cropping + resizing on a canvas make jam out when trying to use brightness, contrast etc...
Have a look at my PR, it should solve this issue https://github.com/meltingice/CamanJS/pull/163
Have a look at my PR, it should solve this issue https://github.com/meltingice/CamanJS/pull/163
> @zaak do I understand correctly those are scenarios when the assets are uploaded, therefore this [API endpoint](https://api.ckbox.io/api/docs#tag/Assets/operation/uploadAsset)? Asking as I see there `400` and `404` errors, and I'm not...
@Witoso: Here are the examples of `data` for all these error responses: - Uploading a file with a size that exceeds current plan limits. `"data": { "sizeLimit": 52428800 }` (in...
@Witoso: It will be available today, max tomorrow.
@Witoso: Done.
@Witoso: That's correct, the docs of this endpoint wait for the update, but the change is already on prod. ```json { "maxImageInMegapixelsLimit": 50, "maxFileSizeInBytesLimit": 5369000000, "pricingPlanName": "personal", "isMaxBandwidthExceeded": false, "isMaxStorageSizeExceeded":...
@Witoso: How about the following? - `"data": { "sizeLimit": 52428800 }`: Upload failed: maximum file size allowed is %s. Decrease the size of the uploaded file or upgrade your CKBox...