Uploaded file but not referenced by app, how does it affect my quotas

How does Glide deal with temporarily uploaded files? How does it impact my quotas?

I’m reading about sending files to external services.

My understanding is that the file is initially stored in Glide storage. The url to the file in Glide storage is sent to the external service, not the file itself. I’m looking at a scenario where the file in Glide storage will never be referenced by the app, instead, the url to be referenced will be point to where it is stored in external storage.

I also understand that, if a file is not referenced by the app, the file will be deleted eventually from storage.

Hi! If the file in Glide storage will never be referenced by the app, so it will be deleted after some times

I’m clear on the fact that it will be deleted. I’m not clear on how it affects quotas.