@Jadhav, Karan - Thanks for the question and using MS Q&A platform.
There could be two reason, for the above issue - you are using the expired access_token
or the client_secret
has been expired. Make sure to validate both and see if that works.
As per the repro from my end, I was experiencing the same issue because I was using the access_token
which is generated on the last use (almost a month ago).
When I replaced with the new access_token
with a newer access_token
it working as excepted.
There could be another issue which would leads to this error message, that can be client_secret
expired. Make sure that you have a valid client_secret
incase, if it expired try to create a new client_secret and re-generate the token.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.