-
Notifications
You must be signed in to change notification settings - Fork 933
Check quota before upload #9598
Copy link
Copy link
Open
Labels
1. to developfeature: 📁 file providermacOS File Provider Extension, more general also known as virtual file system.macOS File Provider Extension, more general also known as virtual file system.os: 🍎 macOSApple macOS, formerly also known as OS XApple macOS, formerly also known as OS X
Milestone
Metadata
Metadata
Assignees
Labels
1. to developfeature: 📁 file providermacOS File Provider Extension, more general also known as virtual file system.macOS File Provider Extension, more general also known as virtual file system.os: 🍎 macOSApple macOS, formerly also known as OS XApple macOS, formerly also known as OS X
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
Status
📄 To do
Nextcloud offers a feature for server admins which allows them to limit the maximum storage use of a given user or groups of users by applying a quota. If uploading a file will result in the user exceeding their set storage quota, the server returns an error to the desktop client.
The macOS virtual files client does not yet correctly handle the storage quota limit. Your task is to implement support for this feature, leveraging the available features in the File Provider API to do so in a way that will allow the system and the user to decide the best course of action upon encountering this error.