-
Notifications
You must be signed in to change notification settings - Fork 17
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
feature request - support public shared folders #11
Comments
hello @veselov can you be more specific for describing the failures? |
There are no failures. Now, if all I have is such a link, and a password, I can't ask the client to authenticate against it, and then exchange files back and forth. The current authentication methods don't support that kind of authentication, not that I can see. If nothing else, the username is required, but that's not available for these links. |
Hi @veselov sorry for not coming on this - are you still waiting some hints on that topic ? |
AFAIU, public folders aren't supported, hence this is a feature request. |
yes it was clear. |
Interesting.
{"AuthInfo":{"login":"d09***","password":"bZ***","type":"credentials"}} replied to with a JWT token. I see that request is followed up by a GET to I can also see that the login doesn't change between consecutive attempts to log in (but not sure how is it derived from the URL). However, when I try to configure the cec client with these creds, I get an error:
So yes, I'd appreciate some hints on this. |
Hello!
It would be nice if the access to shared public folders was supported as well.
In our case, we expose those to certain entities, for either upload or download.
However, some of the handled binaries can be quite large, and we see upload failures in the browser.
The text was updated successfully, but these errors were encountered: