Hey there, I am struggling a lot with simple things in n8n. I managed to setup google credentials via service account and could get available spaces. As the google chat node is missing a method for getting messages in a space, I wanted to call the API directly using HTTP Request node in conjunction with google chat node custom operation. I did hit the toggle to allow the credentials to be used for http requests. Once I did that, n8n complains about secretOrPrivateKey must be an asymmetric key when using RS256
. Without the toggle at least getting the space works.
Can someone please assist setting this up to let me call the api?
Btw, saving google credentials always stuck at the testing stage because of an exception Cannot read properties of undefined (reading 'googleApiCredentialTest')
. Seem to be a bug in the latest docker image.
Btw2, without toggling the permission to use the credential for http requests I receive an error from the google api Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
It drives me crazy that all my plans to use n8n stuck at the integration of 3rdParty
Please someone help me out^^