-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Resharing-Link broken #12802
Comments
@schiesbn |
@Pfeifakopf please use the issue template: https://raw.github.com/owncloud/core/master/issue_template.md |
Hi, Steps to reproduce
Expected behaviourthe reshared file should be shown Actual behaviourIt appears a Owncloud Error for a broken link:
Server configurationOperating system:
Are you using external storage, if yes which one: local/smb/sftp/... Client configurationBrowser: LogsWeb server error log
ownCloud log (data/owncloud.log)only if I choose DEBUG
Browser log
|
I have to bring this up again.
for a reshared file it looks like this
after ?dir= there is added the string "files" if I copy the link and delete this string I get the correct download prompt. Any help is appreciated! |
The link you posted is not a link share. Still, does it mean that regular file download doesn't work for you for reshared files ? (regardless of public link) |
Let me try to clear the question
This Link is broken and leads to a error website: Sorry, this link doesn’t seem to work anymore. 2nd Problem:
In this example the folder test is a shared folder in which I uploaded the file test.zip. But If I navigate manually (Section "All Files") in the shared folder test/ I can download the file test.zip and the link looks like this:
Both problems ONLY happen for reshared files, not for files stored in the users home directory! |
Okay I see. Is the domain name always the same for the shared files, including the public link ? Can you check the database entry matching the share ? I suspect that the share entry does exist, else you wouldn't see it in the "Shared with link" section. But somehow reading it from the public page still fails. |
Yes the domain name is always the same and correct.
With Share ID you mean the item source 4037 from above?
I noticed that I can solve my problem by simply unsharing a folder (for every group) and then share the folder to all groups again. After that I can reshare files again? |
@schiesbn any clues ? Does that sound like of the known issues ? |
I noticed the same issue after updating from 7.0.2. to 7.0.4 (via Updater). But I don't know if it results form the update. working link from files app link from "shared by link" (broken) As you notice the second link contains dir=files%2F as the only difference to the working link. May this be the reason for the broken sharing link (the one with the token, e.g. https://xx.xx.de/public.php?service=files&t=a45c399002as4df60560bd786f4ed4f1)? |
Same problem here. It seems after the update to 7.0.4 only the owner of a shared folder can create a public link that works. Public links of members of the group the folder is shared to get a 404. A guess:
If this goes in the right direction, the question is, why is the parent in oc_share suddenly null. I'll try unsharing and resharing the folders after a backup. |
👍 |
Thanks a lot @simne7 @Pfeifakopf @Do-D @combatwombat how about you guys ? |
Hi, |
Thanks. I'm going to close this ticket then. @Pfeifakopf @combatwombat if after applying the patch and recreating the share you still get issues, feel free to reopen. |
I have an folder shared for other users. If i log in with one of the other accounts, add and share a folder inside the shared folder as link, there comes just a message for a broken link.
The text was updated successfully, but these errors were encountered: