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
In methods list_folders, you can specify the user, therefore an altenative user, but i did'nt have any success using this.
To have this not working is not so bad... it could imply many security issues.
deflist_folders(self, uid, path=None, depth=1, all_properties=False):
""" Get path files list with files properties for given user, with given depth Args: ---> uid (str): uid of user <--- path (str/None): files path depth (int): depth of listing files (directories content for example) all_properties (bool): list all available file properties in Nextcloud """
...
# therefore many requests occur to be...nxc.list_folder(nxc.user, '/')
# if alternative user can't be explored, it may be simpler to donxc.list_folder('/')
The text was updated successfully, but these errors were encountered:
luffah
changed the title
Found anyway to list files of others users
Didn't found any way to list files of others users
May 1, 2021
In methods list_folders, you can specify the user, therefore an altenative user, but i did'nt have any success using this.
To have this not working is not so bad... it could imply many security issues.
The text was updated successfully, but these errors were encountered: