Good evening all,
I’m stuck again! I need to create a node to access my Netatmo system ex: weather station.
Netatmo has 2 ways to grant access to the API:
Oauth2 Authorization code
Using a bearer token
(third solution I was using before is not available anymore with Oauth client credentials)
I have tried using OAuth2 API API credential as follow and I get “Unauthorized” after I get the prompt to connect the application.
What did I do wrong?
In case: the link to the developer guideline of Netatmo
Thanks a lot in advance for your help!
Philippe
n8n version: 1.17.1
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Operating system:
n8n
27. November 2023 um 21:46
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
Jon
28. November 2023 um 09:02
3
Hey @Philippe ,
I have just set up an account with Netatmo to take a quick look at this and I managed to get it working by setting the Authentication type to Body, Can you give this a go and let me know if it works for you.
Hi @Jon ,
Thanks for your answer, Super happy you managed to get it working! I have been spending at least 2 hours… But I don’t undersatand enough authentication to manage to do it by myself here… Sorry!
Yes, it works now!!!
Many thanks, it’s great!
Philippe
Jon
29. November 2023 um 08:23
5
Hey @Philippe ,
It is good to hear that you have it working