-
Notifications
You must be signed in to change notification settings - Fork 87
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
OCS API calls to standard endpoint /ocs/v1.php/cloud/apps/groupfolders do not work #1019
Comments
Same issue here. I've also tried |
Hello, |
That doesn't work, it returns access denied with message |
Try adding
FIxed the issue for me. |
This PR #997 tries to solve this and once merged the OCS API calls to |
/ocs/v1.php/cloud/apps/groupfolders
do not work
/ocs/v1.php/cloud/apps/groupfolders
do not work
Can we just duplicate current routes to the OCS routes? Only the changes to |
Hi,
I'm trying to call API endpoint:
curl -u users:pass -X GET URL/ocs/v1.php/cloud/apps/groupfolders/folders -H "OCS-APIRequest: true"
Response is:
Groupfolders are enabled:
curl -u users:pass -X GET URL/ocs/v1.php/cloud/apps/groupfolders -H "OCS-APIRequest: true"
Any clues?
The text was updated successfully, but these errors were encountered: