-
Notifications
You must be signed in to change notification settings - Fork 21
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
Creating Onedrive App #3
Comments
The correct paths are without querystring. Sorry the instructions to configuring Azure is a little confused. I hope to work on as soon as possible. For the XHR request is there any error on your browser console? |
Found an error maybe realated to my problem.
|
@arv4 You can see here nextcloud subdir configuration |
@Maverick1983 my Nextcloud works fine, it's just this one script. The problem is in |
I get the same error. EDIT:
|
I tried to create a onedrive app, but I encountered several problems.
Azure does not accept the Authentication Redirect URI
http://path/to/nextcloud/index.php/settings/admin?sectionid=storage
.I am getting the error message:
Does not contain query strings
Also the URL must start with HTTPS.
Maybe the Redirect URI should be
https://path/to/nextcloud/index.php/settings/admin/externalstorages
?After clicking "Grant access" in my Nextcloud installation nothing happens.
An XHR request gets send to
http://path/to/nextcloud/index.php/apps/files_external/ajax/oauth2.php
, but I don't get redirected or get any error message.I am using Nextcloud 16.0.1
The text was updated successfully, but these errors were encountered: