I have a similar issue. I know that Im on a free plan right now, but I got that warning as well. Im uploading to Google sheet, so maybe that is the issue.
The DETAILS for the Glide account do not mention or show this. Im just unaware of EXACTLY what the warning is talking about, Glide or Google Sheet?
OK, the answer from support was that I had exceeded my upload quota in the app for the Free version, but here is an interesting point.
I guess my app was on the OLD free (100mb upload limit) and not the NEW free that has 200mb upload limit, so they moved the app to the new limits and Im back working again.
Here is the part that makes no sense to me. If Im using Google sheets to hold the data, why is there an upload limit at all?
Google sheets, as well as glide tables, or any type of table for that matter, don’t store images or files uploaded through glide. They only store the url link to that file. Unless you are hosting the images elsewhere, they are still being stored on Glide’s storage. They are never stored inside of the table.
In other words, your images still consume Glide’s firebase storage, no matter where you are storing it, Glide Tables, Google Sheets or anywhere else, so it still counts against your quota.
Except if you stored your images in cloudinary( 25GB Managed Storage for free) by auto upload feature and have been deleted link from your glide table and just stored link to Cloudinary.
Just enabling auto upload in cloudinary and it immediately fetching all images which is used in your tables
Sorry for my English!
After all images will be uploaded, you can change image link prefix from glide storage to cloudinary storage.
After Glide find that you don’t using link to images in Glide storage they automatically deleting it after some time and you will back you free Glide storage.
That was more of a response for “which database the user is storing the Glide storage link in”, rather than “which service the user is using to store the images”.