Page 1 of 1

zimbra drive (owncloud) upload problem

Posted: Thu Nov 30, 2017 5:20 pm
by zgokan
Hello

I'm getting an error when I try to upload a Drive file. There's file access. But I can not upload new files.
What can be the problem ?

error:
unknown status Code


[zimbra@mail ~]$ zmcontrol -v
Release 8.7.11_GA_1854.RHEL6_64_20170531151956 RHEL6_64 FOSS edition.

Re: zimbra drive (owncloud) upload problem

Posted: Thu Nov 30, 2017 9:53 pm
by jorgedlcruz
Hello,
Can you see on the mailbox.log when you try to upload, you will have a better picture of the error.

thank you

Re: zimbra drive (owncloud) upload problem

Posted: Thu Nov 30, 2017 10:27 pm
by fs.schmidt
Hi,

I've faced the same error with Nextcloud 11 and Zimbra 8.7.11, so I decided to move to Zeta Alliance's Nextcloud integration zimlet:

https://zimbra.org/extend/items/view/zi ... dav-client

It works pretty well for us !

Regards.
Fabio S. Schmidt

Re: zimbra drive (owncloud) upload problem

Posted: Fri Dec 01, 2017 11:07 pm
by zgokan
jorgedlcruz wrote:Hello,
Can you see on the mailbox.log when you try to upload, you will have a better picture of the error.

thank you
Hello

I have authentication record as below.

--- log:
[qtp127618319-11312:https:https://xxxx/service/extension/ZimbraDrive_NcUserZimbraBackend] [] mailbox - NcUserZimbraBackend: [TOKEN] Authenticated 98dxxxxxxxx-a8ad-41a5-9f1a-4caxxxxAAAAf7728bb

There is no error information. For example I can enter the file in OwnCloud but I can not install it myself.
I see the zimbra user open up there automatically.

Re: zimbra drive (owncloud) upload problem

Posted: Fri Dec 01, 2017 11:11 pm
by zgokan
fs.schmidt wrote:Hi,

I've faced the same error with Nextcloud 11 and Zimbra 8.7.11, so I decided to move to Zeta Alliance's Nextcloud integration zimlet:

https://zimbra.org/extend/items/view/zi ... dav-client

It works pretty well for us !

Regards.
Fabio S. Schmidt
Very thanks... i will try...

Re: zimbra drive (owncloud) upload problem

Posted: Fri Dec 22, 2017 11:35 am
by silvalooky
I've the same issue, I'm on Release 8.8.5.GA.1894.UBUNTU14.64 UBUNTU14_64 FOSS edition + Nextcloud 12.0.4
Plus I can't log into next cloud with zimbra's users , even with Domain Preauth Key.
Any ideas ?

Re: zimbra drive (owncloud) upload problem

Posted: Wed Jan 03, 2018 5:37 pm
by rizkypratama
Before, I have same that issue

Then I follow the guidelines here https://github.com/ZeXtras/zimbra-drive/issues/17

I simply modify this file abstractzimbrausersbackend.php then I modify this line :

return http_build_query($fields);

change to :

$postfields = http_build_query($fields);
return urldecode($postfields);

This works for me, I use Zimbra 8.8.5 and Nextcloud 12.0.4