You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nextcloud expects the string "none" to be sent in some API calls. Using the python value of None causes errors. These values should be translated automatically to preserve pythony pythonness.
Nextcloud expects the string "none" to be sent in some API calls. Using the python value of
Nonecauses errors. These values should be translated automatically to preserve pythony pythonness.