Ultimately, I’m trying to upload some files to a folder. But I am not there yet…
If the Sharepoint-node is not connected, the Auth produces a bearer-token.
But if the Sharepoint-node is connected, I cannot choose from a list inside Sharepoint, and the entire workflow fails!
I’ve created the App in MS Entra and given it the rights for the application
Normally, “set config” works fine - only for posting it here I’ve removed the Secret…
What’s my mistake with the Sharepoint-node? Why can’t I get a list to choose from? There is a list in the Sharepoint…
Alternatively: what do I need to do to get the ID? Google tells me to get it either via the gear and to choose “site information” - this option is not there. Or via site soure code. With this I get “o365shellwcssframe” and “requirelastJS” - neither of which is helpful
The sharepoint node doesn’t work with inline credentials. You have to use either the credentials from the node or an HTTP node instead of the sharepoint one.
If I connect the HTTP-Request - I get “forbidden - 403”. Even though the permissions are Files.Read.All and Sites.Read.All . Even though it comes directly from Authentification. But: the workflow and the authentification only works if the HTTP-Request is not connected…
At various times I also got “malformed header” - even though the Bearer-token came directly from Authentification…
If I connect the Sharepoint-node - I get “Access denied - check your credentials”. The Connection is valid, the permissions are Files.Read.All and Sites.Read.All