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

Download secret file #270

Open
alishkb opened this issue Oct 2, 2021 · 0 comments
Open

Download secret file #270

alishkb opened this issue Oct 2, 2021 · 0 comments

Comments

@alishkb
Copy link

alishkb commented Oct 2, 2021

for download file:

incorrect model:
oc = owncloud.Client.from_public_link(public_link, password=folder_password)

correct model:
oc = owncloud.Client.from_public_link(public_link, folder_password=folder_password)

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