Menu

pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class caravel.nextcloud.api_wrappers.group_folders.GroupFolders(requester)[source]
create_group_folder(mountpoint)[source]

Create a new group folder.

delete_group_folder(fid)[source]

Delete a group folder.

get_group_folder(fid)[source]

Return a specific configured folder and it’s settings.

get_group_folders()[source]

Return a list of call configured folders and their settings.

grant_access_to_group_folder(fid, gid)[source]

Give a group access to a folder.

rename_group_folder(fid, mountpoint)[source]

Change the name of a folder.

revoke_access_to_group_folder(fid, gid)[source]

Remove access from a group to a folder.

set_permissions_to_group_folder(fid, gid, permissions)[source]

Set the permissions a group has in a folder.

set_quota_of_group_folder(fid, quota)[source]

Set the quota for a folder in bytes.

Follow us

© 2025, Antoine Grigis