Is this question different from the other one you posted? If not, web apps are still very much present in Google’s client ID setup screens.
same issue, sorry. I got through and found next steps, but now when I click through settings, authtenticate, it brings me back to my webpage dashboard, but doesn’t allow me to continue to step 2, obtain token. It wants me to begin step1 again.
Please check your JavaScript console and see if you are triggering any errors there. Also verify if you have any plugins or security configuration in your host that strip out URLs.
If none of the above yield results, use the workaround documented here.
I tried to use playground workaround, still gives me 400 error.
“
You can’t sign in because this app sent an invalid request. You can try again later, or contact the developer about this issue. Learn more about this error
If you are a developer of this app, see error details.
Error 400: redirect_uri_mismatch
Yes… so it is telling you that your Redirect URI is mismatching, and you will need to fix it. If you see the workaround documentation, in step 1, there is a requirement to add another URL for the Playground. Have you added it? What are the Redirect URIs that you have specified in the client id setup?
I think I had missed a step, I am sorry. it went through and I got my token…I am going to try and enable it now. will advise back.
I got it working, thanks for taking the time to listen! 🙂
I had missed steps, but it’s now working.