Trying to fetch an image with a certain width and quality but the URL returned is the original image:
const response= storage.getFileView('car-image', '2PAATemwjcRf26aIfi-OUcedl', 300, 0, 'center', '10');
Also trying to manyally add the parameters in the URL does nothing:
Also using preview instead of view, the parameters work but the image is always this:
Seems the issue is only with .webp images
This is using the web sdk?
The view API doesn't support those additional params you're passing: https://appwrite.io/docs/references/cloud/client-web/storage#getFileView
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...