Getting Authorization Error in Laravel while implementing Google ads

160 views Asked by At

I am implementing google-ads in my laravel website and i am using this package https://github.com/Edujugon/laravel-google-ads Now, when i am trying to run this command to get refresh token (php artisan googleads:token:generate) i am getting error from google

Error 400: redirect_uri_mismatch

i think its related to google OAuth, i already setup the credentials.

0

There are 0 answers