-
Notifications
You must be signed in to change notification settings - Fork 53
Shareing not working #622
Comments
Ah it seems the sharing from the documents app is still referencing the obsolete (and removed) internal private api endpoint. We had the same issue with the gallery. I'll see if it is easy to port the patch from @oparoz . |
@rullzer Bear in mind that the upload and email buttons are not activated yet in Gallery. There is work currently done to make it happen. |
Mmmm crap. The documents app won't really work on my system. (at least the default install steps fail)... so this makes working on this issue a bit harder... |
Ah some fiddling made it work... let see.. |
mmm so it seems that the path is not present easily from within the documents app... |
@oparoz am I correct in assuming that with modifying the |
Correct, with the caveats mentioned above. As long as you have the path stored in the share button, it should work. |
@oparoz cool! then I'll try to tackle the path issue and then just pull your file :) Thanks |
I'm hit as well by this bug. No way to share a document link for collaborative editing. |
@resoli, as a work around share the file via the 'files' app. |
Hello @rullzer; this is not an option, I need to share under collaborative editing ... I will wait for a fix. |
Same problem here on OC 9.0.0:
|
Sorry, not-working share button was probably due to the bug in Mail app owncloud/mail#1422. When clicking the share button, it produces now the error message "Error while retrieving shares" and the associated request to |
@reuterbal - Have you disabled any of the sharing options in admin? |
Thanks. What do you get if you just paste the URL in your browser? |
It asks me for authentication repeatedly, not accepting (correct) credentials. |
Thanks, so that URL works. I wonder why it gives you a 404 when called from within documents |
Sorry, mistake on my side with the curl-call. I did not encapsulate the URL in quotation marks, so not all GET parameters were sent. |
(works not = 404) |
Thanks, that should help figure out what the problem is. |
@angristan: could be the same issue - I get an error message on Firefox and the spinning wheel on Safari. In any case sharing from the documents app currently does not work for me either. |
Just upgraded PHP 5.5.9 to PHP 5.6.22 - this fixed login problems with LDAP-Users from Android Apps. However, sharing of documents does still not work. |
+1 I have nothing logged, but it keep loading like in @angristan pic. |
Is anything happening here soon? Same problem for me: Error message in firefox, endless spinning in chrome. Changes from the pull request didn't fix it. In one case there was a link generated eventually, which did, however, not show the document, but an empty page with the owncloud logo. Could not replicate that though. |
Same problem with owncloud-files-9.1.0-1.1.noarch and documents: 0.13.1 on CentOS Linux release 7.2.1511 (Core). When i try to share a doc i got ""failed to share / Erreur lors de la mise en partage" in firefox, and in owncloud.log : {"reqId":"qdfsqfdqfqf","remoteAddr":"MYIP","app":"PHP","message":"Invalid argument supplied for foreach() at /var/www/html/owncloud/core/ajax/share.php#342","level":3,"time":"2016-08-23T13:26:03+02:00","method":"GET","url":"/index.php/core/ajax/share.php?fetch=getShareWith&search=usernameofuseritrytosharedocwith&limit=200&itemType=file","user":"myldaplogin"} Enabled:
|
same problem here with documents 0.13.1 and ownCloud 9.1.0 (from Debian owncloud stable repos). would appreciate soon fix of this issue :) |
Same problem after upgrade to ownCloud 9.1.1(.3 from Centos 7 ownCloud stable repos) and documents: 0.13.1. |
Nothing planed and no response in months, too much time waiting, next week El vie, 23 de septiembre de 2016 18:37, olivierche [email protected]
|
Maybe the bug has something to do with the encryption-module. I found the following message in my log after trying to share a file: "Message":"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." |
The bug is that the internal owncloud API changed from owncloud 8 to El jue, 29 de septiembre de 2016 11:38, Christian Tiefenau <
|
@kidandcat Have you done so already ? Do you have a link ? Note that the documents app has no maintainer currently so if someone is up to taking care of it and publishing to the app store (and future market), please let us know. |
Hi, Reading https://doc.owncloud.org/server/9.1/admin_manual/configuration_files/collaborative_documents_configuration.html one can think that "Documents application supports share and edit files in the browser, and then share them inside ownCloud or through a public link." but that's no more true. |
There is currently no maintainer for the app and no plans to release new versions. If someone wants to step up and maintain and make releases for this app, feel free. |
Can someone please sum up what needs to be changed in order to fix this bug? |
@Rudloff In short: Write a js code using a new sharing dialog. |
When i will create a new Share, i can choose the User but then only the rotating circle is shown on the right side and in the middle of the scrren there is an errror "failed to share"
The text was updated successfully, but these errors were encountered: