Forum Discussion
MillionCurrants
Jun 25, 2024Copper Contributor
Graph API e-mail access stopped working after three months
Hello, I used this guide to do some e-mail read/write using Python. It worked without issues for three months (running every two minutes), then after indeed three months on the day my refresh token s...
MUTHU_RAMAKRISHNAN
Jul 03, 2024Copper Contributor
By the time line you have mentioned and the error message, your refresh token expired
- MillionCurrantsJul 03, 2024Copper ContributorYes, that seems to be the original problem.
But, trying to repeat the steps to produce a new refresh token says the authorization token has expired, even if it's piping hot out of the oven. Even if I corrupt it or send nonsense like a single character, that's the error message I'm getting. So while it complains about an expired authorization token, that is hardly the actual issue here, but I cannot figure out what the real problem is.- MUTHU_RAMAKRISHNANJul 03, 2024Copper ContributorTo regenrate the refreshtoken, i hope you are reauthenticating (re login) again.
If you reauthenticate and if still receiving error, pls post the error message- MillionCurrantsJul 09, 2024Copper ContributorYes, I am going through the entire process again. The bottom half of my original post is about that effort. I get the error at the bottom of my first post.