API for creating Public Links that don't require a password #1837
Unanswered
shanefay422
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
The Api is what you have found on Swagger. If the link requires a password or not, depends on how your server is configured. https://github.com/opencloud-eu/opencloud-compose/blob/main/docker-compose.yml#L46-L47 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was following this documentation to create public links, and it was a multi step process to get one that didnt have a password. It appears to be a required field when creating the link, but you can remove the password afterwards.
However, for the usecase Im trying to cover, I need to be able to create such a public link, without a password, via the API.
I have been looking here, and at the associated swagger, but the createLink endpoint seems to refer to the sharing link that requires authentication, not the public links.
Has anyone gotten passowrd-less public links via the API working?
Beta Was this translation helpful? Give feedback.
All reactions