arduino / iot-client-py

Python client for Arduino IoT API
https://www.arduino.cc/reference/en/iot/api/
Other
23 stars 12 forks source link

MissingTokenError: (missing_token) Missing access token parameter #30

Closed luigigubello closed 4 years ago

luigigubello commented 4 years ago

Python API cannot generate the access token. Using the code in the README.md it returns oauthlib.oauth2.rfc6749.errors.MissingTokenError: (missing_token) Missing access token parameter.

Related topic: https://forum.arduino.cc/index.php?topic=661378.0

masci commented 4 years ago

Fixed in #31