I got Mail from Google:
We are writing to let you know that you have inactive OAuth redirect URIs and JavaScript origins in your Google Cloud project that are not in compliance with Google’s OAuth URI validation rules.
- On July 12, 2021, we will remove all inactive URIs that are invalid.
- On September 13, 2021, we will remove all URIs that are not in compliance with redirect URIs and Javascript origins rules (including formerly inactive URIs trying to become active).
I`ve got a php-App which gets all my Google-Contacts and stores them in a Database: I am using the google apis php client library
The Intervall is every 24h (cronjob), the Connection is successfully and gets the Google-Contacts (everything fine!). Google-Dashboard shows the Requests auf Conatacts API with 0% Errors, so everything is fine?
It was very complicated to get it work (English is not my favorite language and OAuth is very complicated for me) so I don't want to loose the connection with Google.
Don't know where what to do so my connection doesn't get removed!
- How to fix the problem?
- Where to look if inactive OAuth redirect URIs persists (to check if successfully corrected)?