zimbra drive (owncloud) upload problem

All about Zimbra Drive
Post Reply
zgokan
Advanced member
Advanced member
Posts: 171
Joined: Sun Apr 17, 2016 8:58 am

zimbra drive (owncloud) upload problem

Post 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.
User avatar
jorgedlcruz
Zimbra Alumni
Zimbra Alumni
Posts: 2782
Joined: Thu May 22, 2014 4:47 pm

Re: zimbra drive (owncloud) upload problem

Post 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
Jorge de la Cruz https://jorgedelacruz.es
Systems Engineer at Veeam Software https://www.veeam.com/
User avatar
fs.schmidt
Outstanding Member
Outstanding Member
Posts: 278
Joined: Sat Sep 13, 2014 3:37 am
Location: Brazil
Contact:

Re: zimbra drive (owncloud) upload problem

Post 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
zgokan
Advanced member
Advanced member
Posts: 171
Joined: Sun Apr 17, 2016 8:58 am

Re: zimbra drive (owncloud) upload problem

Post 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.
zgokan
Advanced member
Advanced member
Posts: 171
Joined: Sun Apr 17, 2016 8:58 am

Re: zimbra drive (owncloud) upload problem

Post 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...
silvalooky
Posts: 1
Joined: Fri Dec 22, 2017 11:28 am

Re: zimbra drive (owncloud) upload problem

Post 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 ?
rizkypratama
Posts: 30
Joined: Mon Apr 18, 2016 3:11 am

Re: zimbra drive (owncloud) upload problem

Post 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
Post Reply