Is there an easy way, either programmatically or in the web interface, to see how much of the 5GB Retool Storage limit is currently used?
I read the available docs but didn't see reference to this specifically.
Is there an easy way, either programmatically or in the web interface, to see how much of the 5GB Retool Storage limit is currently used?
I read the available docs but didn't see reference to this specifically.
Hi @nicholas, I added your +1 to an existing internal FR for this feature. I'll update you here with any news and will also leave this open to collect +1s.
On the meantime, we could run a query like this one:
Note: We are using JS to add up all the bytes from every file on Retool Storage and dividing it by 1024 ^ 2 to calculate the total MBs.
Beauty! thanks a bunch!
Fantastic! Thanks @Paulo !
You are welcome. Happy building!