How do image transformation billing work?
I dont believe Im transforming them, but Im looking at 50ish image transformations
Im just using
TypeScript
export const getFilePreview = async (fileId: string) => {
const fileUrl = storage.getFilePreview(appwriteConfig.storageId, fileId);
return fileUrl as string;
};
Also, show i be storing the entire storage.getFilePreview returned link in my db or just my fileId? I want to reduce bandwidth and I believe storage.getFilePreview uses up the bandwidth (does it?)
TL;DR
Developers are confused about how image transformation billing works. They are not sure if they are transforming images but are making around 50 transformations. They are using a function `getFilePreview` to get the file URL. They are unsure if they should store the entire URL or just the fileId in their database to reduce bandwidth consumption. Storing just the fileId might help to reduce bandwidth usage as the function `storage.getFilePreview` could be using bandwidth.Recommended threads
- HUGE OUTRAGE IN APPWRITE, I CANNOT ACCES...
I have 2k users trying to access, sending me messages. What am I supposed to do? Please solve this asap.
- All my apps are not opening now
All my apps are not opening now 200+ apps are not opening plz fast
- My projects were deleted
Hello everyone, My projects were for some reason deleted. I got an email informing me about project inactivity, when I clicked to activate it again, it was sil...