I've installed an instance of owncloud 9.0, I was testing the sharing API
If I browse https://localhost/owncloud/ocs/v1.php/config
I get the correct response
<?xml version="1.0"?> <ocs><meta><status>ok</status><statuscode>100</statuscode> <message/></meta><data><version>1.7</version><website>ownCloud</website> <host>localhost</host><contact/><ssl>false</ssl></data> </ocs>
Any other request (e.g. /ocs/v1.php/apps/files_sharing/api/v1/shares) return the following failure response
> <?xml version="1.0"?>
> <ocs><meta><status>failure</status><statuscode>999</statuscode>
> <message>Invalid query, please check the syntax. API specifications are here:
> http://www.freedesktop.org/wiki/Specifications/open-collaboration-services. DEBUG OUTPUT:
> </message></meta><data/>
> </ocs>
I wonder if there is a bug or something wrong in the configuration