diff --git a/examples/files.py b/examples/files.py index 566b274..e863a67 100644 --- a/examples/files.py +++ b/examples/files.py @@ -29,7 +29,7 @@ # list folder with additionnal infos (the owner, if the file is a favorite…) pprint(nxc.list_folders('/', all_properties=True).data) # list folder content of another user - pprint(nxc.with_auth( + pprint(nxc._with_auth( user="test", password="test_password" ).list_folders('/').data)