I am developing a web based app that will allow my trusted staff to edit the titles, descriptions, tags, etc of my YouTube channel. In attempting to "Opt In" to my own application, I was sent to the callback uri with an error message:
"You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for keeping apps secure. You can let the app developer know that this app doesn't comply with one or more Google validation rules."
Some history - when I first attempted to obtain a code to exchange to an authorization token, it actually worked! However, as I was writing the code to harvest the code and exchange it for the authorization token, I repeated the "Opt In" process multiple times. Before I was ever able to perfect my code to exchange the code for an authorization token, I began getting the error message to the effect that the app is insecure and cannot be signed in to.
More history - after reading a Stackoverlow article describing something similar, I DELETED the project, created a new project, generated a new Client ID and Client Secret, then repeated the test with the same failure.
I am the only Test User of the app. I can't find any notification in my console alerting me to nature of the security issue triggering the failures. I have reviewed the oAuth policies at
https://developers.google.com/identity/protocols/oauth2/policies?hl=en
and cannot find anything even remotely wrong.
I am totally clueless as to what is wrong or how to fix it. Until fixed, I am dead in the water.