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
- Project auto-blocked after load testing ...
Hi team 👋 My project has been automatically blocked with the message: "Project is currently blocked — Access to this project is restricted. Contact support if...
- App build crashing with "Internal error"
Hello Appwrite team! 👋 We are trying to deploy a Next.js application on Appwrite Cloud, but our builds are consistently failing. The deployment log successful...
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...