You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can escape your special characters in your password with \ character.
For example, you can type the following command with a password containing '?' or '!' curl --data "grant_type=password&client_id=<YOUR_CLIENT_ID>&client_secret=<YOUR_CLIENT_SECRET>&username=<YOUR_NETATMO_LOGIN>&password=yourpasswordwith\!and\?&scope=read_thermostat" "https://api.netatmo.com/oauth2/token"
hello,
when I want getting the refreshToken I have this error:
-bash: !xxxxxxx?': event not found
My password is interpreted, I use : ! et ? inside.
I think it's a typo But I'don't know what (I'm not good in curl)
thanks
The text was updated successfully, but these errors were encountered: