Token expiry causes this to not work
Opened this issue · 3 comments
nonrect commented
Hey, Unfortunately every once a while oauth token (client_id, client_secret, ...) gets expired and causes your code to not work anymore
Does anybody know a way to get a new "client_id" and "client_secret" with "grant_type=password" permission ?
hr330s commented
check in chrome use inspect then network to get it
nonrect commented
check in chrome use inspect then network to get it
Unfortunately you don't understand the question
the one with "grant_type=password" can't be retrieved from inspect > network
srpatel19590 commented
@nonrect I'm looking for the similar help. have you already figured a way to create client_id
and client_secret
with grant_type=password
?