-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unable to authenticate with Owncloud #65
Comments
I guess, we had that issue just yesterday: #64 (comment) |
That's probably something else. My password is longer than 11 characters. |
The URL scheme for getting the quota info is different for owncloud 10.10 it is like this: For nextcloud: Both of them need auth, of course. I think it would be only a small change do distinguish betwewn owncloud and nextcloud. |
Maybe it could try nextcloud url first, and if it doesn't work, fall back to owncloud. |
Hi, But linking attachment when composing mail does not works : the file is successfully uploaded to owncloud but in Thunderbird a popup say "Impossible to upload "file" to "provider" (with "file" and "provider" according to the account, obviously). I can provides logs if needed. |
I got it to works, here is the changes I've done into nsNextcloud.js file :
|
So there are at least two problems here. @creopard thanks for the hint; I'll work it out how to change my username. @bastien30 nice, but do I understand correctly that this patch won't be accepted because it will break things for nextcloud users? |
Yes you understand correctly, I've just provided the changes I've done to make the extension works with Owncloud, but it breaks compatibility with Nextcloud. |
I'm using The logon function Michael |
See #65 Change path for retrieving userinfo from "/cloud/user" to "/cloud/users/USERNAME"
Accidentally committed to master, please check... |
See #65 Change path for retrieving userinfo from "/cloud/user" to "/cloud/users/USERNAME"
@michaelletzgus I've tried this commit 28d2a9b and it works fine with Owncloud! Thank you! |
Bug report
Steps to reproduce
Expected behaviour
Account should be set up and quota information should appear.
Actual behaviour
Account has been added, but "Your authorization is required in order to see the settings for this storage service".
When clicking the "Authorize" button, I'm able to enter the password, but the message "Your authorization is required in order to see the settings for this storage service" is still there.
I see the following messages in the terminal while trying to set up the account:
2018-11-08 09:44:04 Nextcloud ERROR Could not retrieve password
2018-11-08 09:44:04 Nextcloud ERROR TypeError: docResponse.ocs.data.quota is undefined
2018-11-08 09:44:19 Nextcloud ERROR TypeError: docResponse.ocs.data.quota is undefined
When trying to attach a file using this account, I get "Unable to authenticate to X" and the "TypeError: docResponse.ocs.data.quota is undefined" message in terminal.
Weirdly, the Mail-attachments folder has been created in my storage. I also see that "Thunderbird" was able to login in my account (Settings - Security - Session in Owncloud).
It doesn't matter if I use my main password or an App password. I don't use 2 FA.
Server configuration
Operating system: Some kind of Linux (sorry I don't own it).
Nextcloud version: ownCloud 10.0.8 (stable)
Updated from an older installation or fresh install: Fresh install
Desktop configuration
Operating system: Arch Linux
Thunderbird version: 60.3.0
Nextcloud-link version: 1.8
Updated from an older installation or fresh install: Updated
The text was updated successfully, but these errors were encountered: