Access Token Renewal Issue on ESP32 (M5Stack) #42
Unanswered
hitoyoshi-y
asked this question in
Q&A
Replies: 1 comment 4 replies
-
There is no such issue in re-authentication (token refreshment). You can force token to be refreshed whenever you want with You can test by refreshing the token repeatedly at some interval e.g. every 1 minute. Or using Actually, the error is because network (WiF) was disconnected.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am encountering an issue while trying to use the append function on my ESP32 board (M5Stack). The following error occurs when attempting to refresh the access token for the 4th time:
Token expiration time: Token info: type = OAuth2.0 access token, status = on exchange request
After this error, if I restart the microcontroller, it works fine for the first 3 access token renewals, but the issue reoccurs on the 4th attempt.
Could you please share any insights into what might be causing this issue and how to resolve it?
Thank you for your time and assistance.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions