Application is already on Cloud 99 payed plan and credit card is assigned. Everything worked just fine till last Friday. Could You please help us with this?
Our application ID is: DAB8636A-EFE1-9E8C-FF79-2ED7E1BACC00
Are you still experiencing this issue? Because I was not able to reproduce it in your app. If the issue is still present for you, please indicate which directory zipping is causing this problem?
We created a zip file of the required directory, you can find it in the folder web/inspekcija_fotografijeX.tar.gz. We also created an internal ticket to investigate the issue more closely - BKNDLSS-30823. We apologize for the inconvenience.
Your problem is caused by the way in which usage of file system is counted. Due to file system configuration minimal size of file is counted as 8KB even if it smaller (or even empty). In your case directories structure which you try to zip contains a lot of small files. Because of that estimated usage is far more greater than actual one.
Unfortunately, due to the configuration of file system itself, we cant calculate usage with more precision.
As far as I can see, you have two options:
zip sub-directories separately instead;
buy additional file system space via function packs.
I am not sure I understood you correctly because our smallest file “weight” is 279 KB which is much bigger than 8KB. Also in the past we zipped a lot bigger amounts of files and everything worked fine. Did you (backendless.com) change something in file usage policy?
No, we haven’t changed anything in that part of a system for a long time.
Checked your app and it appears to be my mistake - original ticket associated with this topic is still open and I responded to you basing on the related ticket.
Sorry or misguiding you. We require more time to investigate this issue.
We have fixed the issue. It was related to incorrect file counts (in pekcija_fotografije and inspekcija_fotografijeX folders) in your application. The console now shows the real file system size, which is 21589 MB.
So you need to delete old images or buy additional file system space via function packs.
P.S. Please describe how you uploaded images to the application, to the inspekcija_fotografije and inspekcija_fotografijeX folders. Please send us URL or block in the UI-Builder that you used to upload. This will help us to fix the source of the problem.
In inspekcija_fotografije images are uploaded manually(upload zipped folder, unpack and copy images to it) and to inspekcija_fotografijeX directly from android app.