Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_share not updating password #261

Open
carloflore opened this issue Mar 16, 2021 · 1 comment
Open

update_share not updating password #261

carloflore opened this issue Mar 16, 2021 · 1 comment

Comments

@carloflore
Copy link

Hi,

we use for a project your interface. We share some folders to the users with a public link, and we protect the folder
with a password.

I noticed that, when we want to update the password, although the function update_share returns True when I pass a new password with

owncloud.update_share(share_id = id, password = 'thenewpassword')

then, trying to access the folder through the shared link with the new password doesn't work. It seems that the password is not really updated.

Any hint on this?

Thank you.

@carloflore
Copy link
Author

Follow up:

I noticed that this happens only if the folder is then shared with a user with edit permissions.

I guess this is the issue, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant