An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Hi @RogerSchlueter-7899 ,
Thanks for your question.
This occurs because of Google's standard protection when your OAuth app is in testing publishing status. The gmail account you're signing in with is not recognized as an allowed "developer-approved teste" (test user). Even if you think you added it earlier, Google sometimes doesn't apply the change immediately.
This is my recommended solution:
- Open your browser and go to Google cloud console.
- Make sure you're in the correct project by checking the name of project at the top bar dropdown.
- On the left menu, you click
Audienceand then look forTest userslist. - It should show a table or list of emails. Check if your email is there. If not, click
Add usersand type your full email carefully, then save. - There are some important extra checks on the same page:
- Publishing status must be
Testing. If it'sProduction, then edit and change back to Testing. - User Type should be
External.
- Finally, after saving the changes, wait some minutes since Google propagation can delay. Close browser and run your program again. Now, you should see
Google hasn't verified this app. Then you clickcontinue, and you'll be able to sign in with your Gmail account.
I tested this solution on my side and it worked. Please try it and let me know if you have any issues or questions.
I hope this addresses your question. If this response was helpful, I would greatly appreciate it if you could follow the guidance to provide feedback. Thank you.