
Hey I wanted to ask what is the quota for Image Transformations on getFilePreview endpoint for github student plan. As far as I know, it's similar to Basic Pro plan so 100 origin images per month?

<div className="aspect-video relative mb-4">
{/* Use the previewUrl as the image source */}
<Image
src={
`https://cloud.appwrite.io/v1/storage/buckets/67a6452c003b5b6b6502/files/${note.fileId}/preview?project=679a700c0013ee3706ba` ||
"/jerry.jpg"
} // Fallback to '/jerry.jpg' if previewUrl is empty
alt={note.title}
fill
className="object-cover rounded-md pointer-events-none select-none"
/>
</div>
<p className="text-base text-muted-foreground mb-2 line-clamp-2">
{note.description}
</p>
</CardContent>

like I'm using that endpoint to get the file-preview as an image, nothing fancy

yes, correct, same as Pro plan.

btw, you're not really making use of the image transformations, so you should use the view endpoint and not the preview one

hey thanks!! that worked

also how long is the github education active before needing renew (duration) I think the github education offers renewal after every 2 years
So if i signup now I have to renew the appwrite education after 2 years?

maybe you had another transformation done somewhere else?
It's not counting for me if i use the view method

nope I'm only using it here and no where else


Is your code deployed anywhere?

Yes beta on vercel

Maybe someone has an old version that still uses preview

But in vercel the website gets switched to the latest deployment and only the owner can view the older deployments right

I mean maybe it's cached client-side

hey i deleted the previous deployments and my current deployment does not use preview endpoint still I'm having Image transformations how is that possible?


Code repo - https://github.com/Arsenic-01/studystack Possible flaw - https://github.com/Arsenic-01/studystack/blob/main/components/note-card.tsx or https://github.com/Arsenic-01/studystack/blob/fbd24ee31255fb2126927df6c84e7bf8cf85a30c/components/note-table.tsx#L4
Only in these files I'm using appwrite's file endpoint

I have the same issue...
I checked all my deployments and all my image endpoints in my browser console and verified that they're all using /view
.
It still shows images transformed in my billing

I think it's a bug on the cloud console side?

cuz i froze my deployment so there's no online hosted website and I didn't access any files today locally, still shows that i have 22 unique image transformations

I believe it's a minor bug that impacts only a small number of users

Because, as he mentioned, he isn't experiencing the same issue.

this

So there's no increase as expected 👀
Recommended threads
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attributes Problem - Cloud
I am not able to see the attribute columns and their context on cloud. Can you help?
- Authorization header not working in Appw...
I have an Appwrite function that takes a custom bearer token as authentication. The function works fine locally when I test it with `appwrite run functions`, bu...
