Retool Storage: Is there an easy way to see current usage?

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.

Retool Storage quickstart

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.

1 Like

Beauty! thanks a bunch!

1 Like

We've added a new widget to Retool Storage that displays the current usage:

1 Like

Fantastic! Thanks @Paulo !

You are welcome. Happy building! :hammer_and_pick: