
How do image transformation billing work?
I dont believe Im transforming them, but Im looking at 50ish image transformations
Im just using
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?)
Recommended threads
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
