3

Insufficient storage

Hi,

I have problems adding and syncing my Nextcloud Caldav-Calendar. Adding seems to work so far, but as soon as I try to read and sync the calendar an error is thrown with status code 507 (insufficient storage). The Nextcloud user has enough storage and the calendar works just fine with other programs including DAVx′5. In my nextcloud error log files I get the corresponding UnsupportedLimitOnInitialSyncException. Looking that up, it seems to be a known issue (see https://github.com/nextcloud/server/issues/18490), which is more a client than a server problem. Is there some fix to get the calendar working properly?

Thanks

6 replies

This seems to be a bug introduced in the newer Nextcloud versions:

- 28.0.10 or higher

- 29.0.7 or higher

- 30.0.0 all versions

NextCloud is working on a fix for this, you can follow it here: 

https://github.com/nextcloud/server/issues/48678

Until this is solved the options are:

- downgrade to version 28.0.9 or 29.0.6.

R
1

Hello Support,

this seems to be still an open issue, different devices Android, OneCalendar 5.6.0.(400201), NCD 30.0.1. my current environement. The problem occurs only during the first Sync of a new Calendar which fails again and again until the workaround is applied and the first successful sync.

As discussed years ago, error handling of NCD can be modified by excluding fhe lines in "nextcloud/apps/dav/lib/CalDAV/Calendar.php"

use OCA\DAV\Exception\UnsupportedLimitOnInitialSyncException;
throw new UnsupportedLimitOnInitialSyncException();

It is not recomended to keep this workaround active, since error handling is not working properly. After first Sync with this workaround acive it can be disabled.

This process must be done for each calendar in the account.

Do you have any hints to avoid the workaround, because in reality it is not an option to disable the Clendar.php each time when adding a new client OneCalendar.

Thanks for an answer.

Best regards

Ralf

L

Any update on this?
Still not working. I am trying on Mac and Android.

It work well in other calendars or Davx5

M

I have the same problem with Android, but only with shared calendars (within Nextcloud). My other two calendars are synchronized correctly.

H

Heya oneCalendar.
I am having the same issue as this Kontakt person.
Just wanted to chime in and say that this is a issue.

DAVx′5 works great!

But i cannot connect from your app to nextcloud and get the above error. Either with the normal password or with a App password.

M
1

I have the same problem with Android and iPhone/iPad.

Error in Nextcloud protocol:

InvalidTokenException Token is too short for a generated token, should be the password during basic auth
Session token is invalid because it does not exist

Any ideas?