Skip to content
Back

About the Image Transformations

  • 0
  • Storage
  • Cloud
[Object][Object]
12 Mar, 2025, 17:25

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?

TL;DR
Developers are experiencing issues with image transformations not reflecting properly. It may be a bug on the cloud console side. Some are noticing transformations even after deleting deployments. Check code repositories for possible flaws. Preview endpoints might be causing the problem. Consider caching or older versions causing the transformations to still show. Make sure to deploy code correctly and verify GitHub education status for organization activation.
[Object][Object]
12 Mar, 2025, 17:28
TypeScript
        <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>
[Object][Object]
12 Mar, 2025, 17:29

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

Steven
12 Mar, 2025, 17:36

yes, correct, same as Pro plan.

Steven
12 Mar, 2025, 17:37

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

[Object][Object]
12 Mar, 2025, 17:47

hey thanks!! that worked

[Object][Object]
12 Mar, 2025, 17:57

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?

Steven
15 Mar, 2025, 00:31

maybe you had another transformation done somewhere else?

It's not counting for me if i use the view method

[Object][Object]
15 Mar, 2025, 17:25

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

[Object][Object]
15 Mar, 2025, 17:26
Steven
15 Mar, 2025, 19:25

Is your code deployed anywhere?

[Object][Object]
15 Mar, 2025, 21:31

Yes beta on vercel

Steven
15 Mar, 2025, 21:54

Maybe someone has an old version that still uses preview

[Object][Object]
16 Mar, 2025, 04:50

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

Steven
16 Mar, 2025, 16:44

I mean maybe it's cached client-side

[Object][Object]
16 Mar, 2025, 17:16

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?

[Object][Object]
16 Mar, 2025, 17:16
mariojuanaaa
17 Mar, 2025, 15:42

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

[Object][Object]
17 Mar, 2025, 20:48

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

[Object][Object]
17 Mar, 2025, 20:51

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

[Object][Object]
17 Mar, 2025, 20:52

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

[Object][Object]
17 Mar, 2025, 20:52

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

[Object][Object]
17 Mar, 2025, 20:53

this

Steven
17 Mar, 2025, 21:00

So there's no increase as expected πŸ‘€

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more