Any successful connections to NextCloud oAuth2 ??
-
So, you are trying to connect n8n to nextcloud ? Is this somehow related to n8n ?
-
OK solved - this is an n8n documentation issue. oAuth does NOT work. Basic token does with this information:
n8n Nextcloud node CredentialsUse Access token not Oauth2 (won’t work internally but feel free and crazy if your n8n is outside your nextcloud setup)
Web Dav Url needs to be formatted this way :
http://< container-name >/remote.php/webdav
(no https, and do not use remote.php/dav/files/< username >)