Incorrect storage size remote vs local #3282
-
Hi, I have a Personal family plan which gives me 1TB instead of the default 15GB. I do have some setup ready, but I noticed that the storage shown to me on the web compared to the app is different. I'm using master branch with commit 92be98f One thing that caught my eyes are :
Here is the output of
For completeness, here is the screenshot of the expected size : Is there any good starting point to find out the root cause? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The space calculation comes from this API response to your account details:
There is no bug here with the client - the API response is what is providing this data. I do not know what subscription you have selected or how this is being determined at the back end, however your first port of call is to log a bug report with Microsoft as there is nothing that can be done here - as it is the API response to your account details / account drive that is providing the 15GB value. There is nothing I can do to assist this - sorry. |
Beta Was this translation helpful? Give feedback.
-
@ardhipoetra |
Beta Was this translation helpful? Give feedback.
-
Please dont close discussions |
Beta Was this translation helpful? Give feedback.
@ardhipoetra
The space calculation comes from this API response to your account details:
There is no bug here with the client - the API response is what is providing this data.
I do not know what subscription you have selected or how this is being determined at the back end, however your first port of call is to log a bug report with Microsoft as there is nothing that can be…