Yes, This is what I found "A Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 days". So, you will need to move the app to production and put the app for verification. (NO OTHER WAY IS THERE TO PREVENT THIS)
Bro when refresh token expires then how does this mail-send functionality work? should we need to regenerate the token and manually put refresh token as like we did previously if yes then how to do that
Refresh Token Expires in 7 days. So The Keys Needs To Be Updated Every 7 days. The Refresh Token Generation is shown in the video. To Generate Permanent Refresh Token Move Your app From “Testing” To Production
@@ProgrammingInBlood Are there any more differences between testing and production we should be aware of? And so, this thing "works" forever then? We don't have to update or anything here based on time right
Your videos are excellent, But, I'm facing some issues, after a few days of creating it, the refresh token expires. Would you happen to have any solutions?
Yes, This is what I found "A Google Cloud Platform project with an Auth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 days". So, you will need to move the app to production and put the app for verification. (NO OTHER WAY IS THERE TO PREVENT THIS)
Yes, This is what I found "A Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 days". So, you will need to move the app to production and put the app for verification. (NO OTHER WAY IS THERE TO PREVENT THIS)
Nodemailer Server Github Repo URL -> github.com/ProgrammingInBlood/nodemailer-gmail-Oauth2
i was stack in redirect uri because im typed slash after link, only your video was helpfull for solve this issue
this guided me so much, thanks
Thank you so much for this video and repo!
Wow Really Helpful
thank very much for this video
Excellent 👏
So Much Helpful Worth It ❤
Also Can you tell me the song name pls.
its "Miss You" by Middle Child
Thanks for sharing, its works on local but not on live server? email not received.
Sir.. Post video how to deploy react js or next js website on google cloud
Thanksss dudeeee....
Welcome 👍
Error: Invalid login: 535-5.7.8 Username and Password not accepted. For more information, go to why this error came , please explain
Hi. What happens when the token expires? Can it be updated automatically, or do I need to generate a new token and copy it into my code?
Yes, This is what I found "A Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 days". So, you will need to move the app to production and put the app for verification. (NO OTHER WAY IS THERE TO PREVENT THIS)
Bro when refresh token expires then how does this mail-send functionality work? should we need to regenerate the token and manually put refresh token as like we did previously if yes then how to do that
Refresh Token Expires in 7 days. So The Keys Needs To Be Updated Every 7 days. The Refresh Token Generation is shown in the video. To Generate Permanent Refresh Token Move Your app From “Testing” To Production
@@ProgrammingInBlood So On Production App whichever Refresh token Generate it will not expire. and I use it for life time with single token
Exactly
@@ProgrammingInBlood Are there any more differences between testing and production we should be aware of? And so, this thing "works" forever then? We don't have to update or anything here based on time right
Your videos are excellent, But, I'm facing some issues, after a few days of creating it, the refresh token expires. Would you happen to have any solutions?
Yes, This is what I found "A Google Cloud Platform project with an Auth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 days".
So, you will need to move the app to production and put the app for verification.
(NO OTHER WAY IS THERE TO PREVENT THIS)
Hey thanks. I did it exact same way but refresh token expired within 7 days. Is there any way to prevent this?
Yes, This is what I found "A Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 days". So, you will need to move the app to production and put the app for verification. (NO OTHER WAY IS THERE TO PREVENT THIS)
Thanks
How to solve problem can't create new access token for user
maybe your refresh token is expiring
is it free or u have a certain number emails u can send ?
Unlimited but there is rate limit for per sec and per hour you can check docs for further information