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.