aaronsegura / nextcloud-async

Async-capable python wrapper for Nextcloud APIs
GNU General Public License v3.0
13 stars 5 forks source link

Files: Implement endpoints for managing groupfolder ACL rules #21

Closed fschrempf closed 11 months ago

fschrempf commented 11 months ago

The groupfolder OCS API doesn't provide endpoints for managing the ACL rules of a groupfolder with advanced permissions. Use the DAV files API to provide this feature.

aaronsegura commented 11 months ago

Released v0.0.6 and pushed to pypi.