I'm using filestack API using trail account in applications which allows 250 files to be uploaded, is it possible to get count of total files uploaded? because I want to perform alternative method if upload count is exceeded? How can I check count is exceeded?
Asked
Active
Viewed 250 times
-2
-
can anyone explain why negative vote for this? – ayyanar pms Jul 12 '17 at 12:34
-
what did you try so far ? show us some code – Arpit Solanki Jul 12 '17 at 15:03
1 Answers
0
Are you looking for a way to do this programmatically or are you just looking for your monthly usage?
Filestack provides rudimentary stats for each apikey in the Dashboard portion of the dev portal. You have to select the apikey you're interested in and then navigate to the dashboard.
(Attached is what Filestack's apikey stats look like but I don't have any usage on this key, if I had usage there would be a bar graph and #'s.)
You'll also receive emails from the FS team when you get close to your limit and they'll shut your key off when you hit 100% of any of the limits*.
*edited to add: your free key, they'll shut your free key off. they don't shut off paid keys for hitting limits.

Lalaith7
- 31
- 3
-
i have to do this programatically, get total files uploaded so far – ayyanar pms Jul 13 '17 at 05:21
-
so, what have you tried already? Also, the file upload [limit resets monthly](https://www.filestack.com/pricing/free) for Filestack free plans. The only limit that doesn't reset is storage. – Lalaith7 Jul 13 '17 at 17:21