Mapping drives with Windows Explorer Incorrect user quota

I have a user on nextcloud with storage quota of 5 GB and trying to map this user account with WebDav on Macbook and windows.

Mapping drives with Macbook working absolutely fine with correct user quota but when I am trying to map same drive to Windows machine with same link it show incorrect quota.

On Mackbook Quota is 5 GB
On Windows Quota is 205 GB “Very strange

Please help.

Regards

Here is the config.php

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

The output of your Apache/nginx/system log in `/va<?php
$CONFIG = array (
‘instanceid’ => ‘ochqalokkdgf’,
‘passwordsalt’ => ‘BlLXK2jmtwOuwPxFrr/r9gVff1N3pCu+W’,
‘secret’ => ‘i0nO91DvJoYikqTL9sf3qe8PHsXeB6/ufff23ojW8VGtMOgrevAZ’,
‘trusted_domains’ =>
array (
0 => ‘xxxx.com’,
),
‘datadirectory’ => ‘/var-www/nextcloud/data’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘15.0.7.0’,
‘overwrite.cli.url’ => ‘https://test.com’,
‘dbname’ => ‘nextclouddb’,
‘dbhost’ => ‘localhost’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘mysql.utf8mb4’ => true,
‘dbuser’ => ‘nextclouddb’,
‘dbpassword’ => ‘XXXXXXXXX’,
‘installed’ => true,
‘mail_from_address’ => ‘XXXXXX’,
‘mail_smtpmode’ => ‘smtp’,
‘mail_sendmailmode’ => ‘smtp’,
‘mail_domain’ => ‘XXXXXX’,
‘mail_smtpauthtype’ => ‘LOGIN’,
‘mail_smtpauth’ => 1,
‘mail_smtphost’ => ‘XXXXXXXX’,
‘mail_smtpport’ => ‘587’,
‘mail_smtpname’ => ‘XX@XX.COM’,
‘mail_smtppassword’ => ‘XXXXXX’,
);

Please mark this as close

was there a solution? and if yes, it would be nice if you’d share it with the forum. it might happen that someone would stumble across a smilar problem…

Hi,

Not a solution really, I was doing just a silly mistake. I was trying to copy data to user account more than quota defined for user and it was not throwing any error for quota limit.

At the end I found 0 KB were uploaded to user account. My Bad. :frowning: