1.login as admin and in the backend console, add storage where files locate in my server
2.go to main page got this file in the list
3.get detail information of the file, it shows resharing is not allowed
Tell us what should happen
it should show me the share link of the file
Tell us what happens instead
it shows a tag of "resharing is not allowed"
Operating system:
ubuntu 14.04
Web server:
apache2
Database:
mysql Ver 14.14 Distrib 5.5.44
PHP version:
PHP 5.5.9-1ubuntu4.14
ownCloud version: (see ownCloud admin page)
9.0.1
Updated from an older ownCloud or fresh install:
updated from last stable version
Where did you install ownCloud from:
official site
Signing status (ownCloud 9.0 and above):
Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
No errors have been found.
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder
Enabled:
- comments: 0.2
- dav: 0.1.6
- federatedfilesharing: 0.1.0
- federation: 0.0.4
- files: 1.4.4
- files_external: 0.5.2
- files_sharing: 0.9.1
- files_videoplayer: 0.9.8
- notifications: 0.2.3
- provisioning_api: 0.4.1
- systemtags: 0.2
- updatenotification: 0.1.0
Disabled:
- activity
- encryption
- external
- files_pdfviewer
- files_texteditor
- files_trashbin
- files_versions
- firstrunwizard
- gallery
- templateeditor
- user_external
- user_ldap
The content of config/config.php:
{
"system": {
"instanceid": "oc13d8cc02a2",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"cloud.temp-mechinfo.me",
"59.66.152.189",
"temp-mechinfo.me",
"cloud.mechinfo.me",
"mechinfo.me"
],
"datadirectory": "\/media\/dme\/DME_DATA\/ocdata",
"overwrite.cli.url": "http:\/\/cloud.temp-mechinfo.me\/",
"dbtype": "mysql",
"version": "9.0.1.3",
"dbname": "owncloudDB",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"default_language": "zh_CN",
"ldapIgnoreNamingRules": false,
"theme": "",
"maintenance": false,
"loglevel": 4
}
}
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Which external storage backend are you using? Local?
@guzhaoyuan With oC 9 you need to explicitly enable sharing on external storages like stated in the oC 9 release notes:
https://doc.owncloud.org/server/9.0/admin_manual/release_notes.html
yes, I am using local external storage backend.


@guzhaoyuan See https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/external_storage_configuration_gui.html#external-storage-mount-options-label and enable sharing for the external storage.
Btw. when posting screenshots it makes sense switching the language to english. :-)
@RealRancor Thank you, Problem solved! Sorry for disturbing!
Hey, this issue has been closed because the label needs info is set and there were no updates for 14 days. Feel free to reopen this issue if you deem it appropriate.
(This is an automated comment from GitMate.io.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
@guzhaoyuan See https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/external_storage_configuration_gui.html#external-storage-mount-options-label and enable sharing for the external storage.
Btw. when posting screenshots it makes sense switching the language to english. :-)