oauth2
oauth2 copied to clipboard
OAuth2 v0.5.0 enable fails
We have tried using the latest version of OAuth2 (https://marketplace.owncloud.com/apps/oauth2 v0.5.0) but get the following error when attempting to enable it on the command line (v0.4.4 works fine)
Steps to reproduce
- Install ownCloud 10.8.0 Server
- Download OAuth2 app v0.5.0 (from https://marketplace.owncloud.com/apps/oauth2)
- Enable on the command line via
./occ app:enable -n oauth2
Expected behaviour
Should enable the app successfully and say:
oauth2 enabled
Actual behaviour
bash-4.2$ ./occ app:enable -n oauth2
ownCloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
Did you try ./occ upgrade command? what is the output? Anything in the logs?