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
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...